We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c552305 + bd41e76 commit f04bfe5Copy full SHA for f04bfe5
.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
@@ -29,10 +29,10 @@
}
},
"require": {
- "statamic/cms": "^5.29.0"
+ "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