Skip to content

Commit

Permalink
laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
henzeb committed Mar 10, 2024
1 parent 37c8382 commit 2667a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['7.4','8.0','8.3' ]
php: [ '8.0','8.3' ]
stability: [ prefer-lowest, prefer-stable ]

steps:
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"laravel/serializable-closure": "^v1.3"
},
"require-dev": {
"infection/infection": "^0.26.0.0",
"orchestra/testbench": "^v6.28.0|^7|^8.5",
"orchestra/testbench": "^7|^8.5|^9.0",
"phpunit/phpunit": "^9.6.10|^10.0"
},
"autoload": {
Expand Down

0 comments on commit 2667a7c

Please sign in to comment.