Skip to content

Commit

Permalink
revert: re-introduce php 8.1 support for L 9+10 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemblanco authored Nov 7, 2024
1 parent dce0529 commit c013a93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2 ]
php: [ 8.1, 8.2 ]
laravel: [ 9.*, 10.*, 11.* ]
exclude:
- laravel: 11.*
php: 8.1
include:
- laravel: 9.*
testbench: 7.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^8.2",
"php": "^8.1",
"illuminate/filesystem": "^9.0|^10.0|^11.0",
"illuminate/mail": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
Expand Down

0 comments on commit c013a93

Please sign in to comment.