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 ea35d1c commit 7b42a8cCopy full SHA for 7b42a8c
.github/workflows/php.yml
@@ -17,6 +17,11 @@ jobs:
17
strategy:
18
matrix:
19
php_version: ['8.1', '8.2', '8.3']
20
+ laravel_version: ['^9.0', '^10.0', '^11.0']
21
+ exclude:
22
+ - php_version: '8.1'
23
+ laravel_version: '^11.0'
24
+
25
26
steps:
27
- uses: actions/checkout@v3
composer.json
@@ -16,8 +16,8 @@
16
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
- "phpunit/phpunit": "^9.5|^10.0",
- "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^9.0|^10.0",
+ "orchestra/testbench": "^7.5|^8.0|^9.0|^10.0",
"phpstan/phpstan": "^1.9.18"
"license": "MIT",
0 commit comments