We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c9a37 commit bd41e76Copy full SHA for bd41e76
.github/workflows/tests.yml
@@ -27,6 +27,12 @@ jobs:
27
os: ubuntu-latest
28
framework: "^12.0"
29
testbench: "^10.0"
30
+ - php: 8.4
31
+ laravel: 12.*
32
+ statamic: 6.*
33
+ os: ubuntu-latest
34
+ framework: "^12.0"
35
+ testbench: "^10.0"
36
- php: 8.5
37
laravel: 12.*
38
statamic: 5.*
composer.json
@@ -32,7 +32,7 @@
"statamic/cms": "^5.29.0 || ^6.0."
},
"require-dev": {
- "orchestra/testbench": "^9.0",
+ "orchestra/testbench": "^9.0 || ^10.0",
"pestphp/pest": "^4.1",
"laravel/pint": "^1.25"
0 commit comments