We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ddab6 commit 9337c3dCopy full SHA for 9337c3d
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
php: [8.2, 8.3, 8.4]
16
- laravel: [10.*, 11.*]
+ laravel: [10.*, 11.*, 12.*]
17
stability: [prefer-lowest, prefer-stable]
18
os: [ubuntu-latest]
19
exclude:
composer.json
@@ -28,8 +28,8 @@
28
"statamic/cms": "^5.41"
29
},
30
"require-dev": {
31
- "orchestra/testbench": "^8.28 || ^9.6.1",
32
- "pestphp/pest": "^2.2",
+ "pestphp/pest": "^2.2 || ^3.0",
+ "orchestra/testbench": "^8.28 || ^9.6.1 || ^10.0",
33
"spatie/test-time": "^1.2",
34
"laravel/pint": "^1.18"
35
0 commit comments