We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9725f2a commit efa8112Copy full SHA for efa8112
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php: [8.3, 8.4]
16
- laravel: [11.*, 12.*]
+ laravel: [12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
19
composer.json
@@ -52,8 +52,8 @@
52
},
53
"require-dev": {
54
"laravel/pint": "^1.18",
55
- "orchestra/testbench": "^9.2 || ^10.0",
56
- "phpunit/phpunit": "^10.5.35 || ^11.0",
+ "orchestra/testbench": "^10.0",
+ "phpunit/phpunit": "^11.0",
57
"spatie/ray": "^1.41.2"
58
59
"config": {
0 commit comments