Skip to content

Commit

Permalink
Updated workflow for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cradu committed Apr 9, 2024
1 parent bea62d9 commit f3f39a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.2', '8.3' ]
dependency-stability: [ 'prefer-stable' ]

laravel: [ '11.*' ]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/config": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/container": "^9.0|^10.0|^11.0",
Expand Down

0 comments on commit f3f39a5

Please sign in to comment.