Skip to content

Commit f04bfe5

Browse files
authored
Merge pull request #3 from reachweb/statamic-v6
Statamic v6
2 parents c552305 + bd41e76 commit f04bfe5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
os: ubuntu-latest
2828
framework: "^12.0"
2929
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"
3036
- php: 8.5
3137
laravel: 12.*
3238
statamic: 5.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
}
3030
},
3131
"require": {
32-
"statamic/cms": "^5.29.0"
32+
"statamic/cms": "^5.29.0 || ^6.0."
3333
},
3434
"require-dev": {
35-
"orchestra/testbench": "^9.0",
35+
"orchestra/testbench": "^9.0 || ^10.0",
3636
"pestphp/pest": "^4.1",
3737
"laravel/pint": "^1.25"
3838
},

0 commit comments

Comments
 (0)