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 d9b3bf3 commit 44717baCopy full SHA for 44717ba
.github/workflows/tests.yml
@@ -21,6 +21,10 @@ jobs:
21
testbench: 8.*
22
- laravel: 11.*
23
testbench: 9.*
24
+ exclude:
25
+ # Laravel 11 requires PHP 8.2 minimum
26
+ - laravel: 11.*
27
+ php: 8.1
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
30
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
"require": {
- "php": "^8.1|^8.2",
+ "php": "^8.1",
"guzzlehttp/guzzle": "^7.0",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
0 commit comments