Skip to content

Commit f99a07e

Browse files
committed
chore: update dependencies
1 parent 687c420 commit f99a07e

File tree

3 files changed

+3419
-2379
lines changed

3 files changed

+3419
-2379
lines changed

.github/workflows/run_tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ jobs:
1919
- laravel: 12.*
2020
testbench: ^10.0
2121
exclude:
22+
- php: 8.1
23+
laravel: 12.*
2224
- php: 8.1
2325
laravel: 11.*
26+
- php: 8.4
27+
laravel: 10.*
2428

2529
name: P${{ matrix.php }} - L${{ matrix.laravel}} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2630

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require-dev": {
1919
"ergebnis/composer-normalize": "^2.15",
2020
"ergebnis/php-cs-fixer-config": "^6.19",
21-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
22-
"phpunit/phpunit": "^10.4",
21+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
22+
"phpunit/phpunit": "^10.0 || ^11.0",
2323
"roave/security-advisories": "dev-latest",
2424
"spatie/phpunit-snapshot-assertions": "^5.0"
2525
},

0 commit comments

Comments
 (0)