Skip to content

Commit

Permalink
check laravel 11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Jul 15, 2024
1 parent 22b250d commit 937644b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 10
matrix:
laravel-version: ['^10.0']
laravel-version: ['^10.0', '^11.0']
preference: ['stable']
experimental: [false]
php-version: ['8.2']
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"require": {
"php": "^8.2",
"deeplcom/deepl-php": "^1.5",
"illuminate/support": "^8.0|^9.0|^10|^11",
"illuminate/support": "^8.0|^9.0|^10|^11.0",
"kkomelin/laravel-translatable-string-exporter": "^1.21",
"reliqarts/laravel-common": "^7.0",
"reliqarts/laravel-common": ">=7.0",
"stichoza/google-translate-php": "^5.1"
},
"require-dev": {
Expand Down

0 comments on commit 937644b

Please sign in to comment.