We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce0529 commit c013a93Copy full SHA for c013a93
.github/workflows/run-tests.yml
@@ -8,8 +8,11 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [ 8.2 ]
+ php: [ 8.1, 8.2 ]
12
laravel: [ 9.*, 10.*, 11.* ]
13
+ exclude:
14
+ - laravel: 11.*
15
+ php: 8.1
16
include:
17
- laravel: 9.*
18
testbench: 7.*
composer.json
@@ -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",
0 commit comments