We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687c420 commit f99a07eCopy full SHA for f99a07e
.github/workflows/run_tests.yml
@@ -19,8 +19,12 @@ jobs:
19
- laravel: 12.*
20
testbench: ^10.0
21
exclude:
22
+ - php: 8.1
23
+ laravel: 12.*
24
- php: 8.1
25
laravel: 11.*
26
+ - php: 8.4
27
+ laravel: 10.*
28
29
name: P${{ matrix.php }} - L${{ matrix.laravel}} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
30
composer.json
@@ -18,8 +18,8 @@
18
"require-dev": {
"ergebnis/composer-normalize": "^2.15",
"ergebnis/php-cs-fixer-config": "^6.19",
- "orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
- "phpunit/phpunit": "^10.4",
+ "orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "^10.0 || ^11.0",
"roave/security-advisories": "dev-latest",
"spatie/phpunit-snapshot-assertions": "^5.0"
},
0 commit comments