We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904df30 commit 702286bCopy full SHA for 702286b
.github/workflows/tests.yml
@@ -12,8 +12,8 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.2, 8.3, 8.4]
16
- laravel: [11.*, 12.*]
+ php: [8.3, 8.4]
+ laravel: [12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
19
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"laravel/pint": "^1.18",
23
- "orchestra/testbench": "^9.6.1 || ^10.0",
+ "orchestra/testbench": "^10.0",
24
"phpunit/phpunit": "^11.0",
25
"spatie/laravel-ray": "^1.39"
26
0 commit comments