Skip to content

Commit 755d229

Browse files
committed
Merge branch '4.x'
2 parents 4a39714 + f21a672 commit 755d229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.3, 8.4]
15+
php: [8.3, 8.4, 8.5]
1616
laravel: [12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^8.3",
28-
"statamic/cms": "^6.0.0-alpha.16"
28+
"statamic/cms": "^6.0.0-alpha.19"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.8",

0 commit comments

Comments
 (0)