We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a39714 + f21a672 commit 755d229Copy full SHA for 755d229
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php: [8.3, 8.4]
+ php: [8.3, 8.4, 8.5]
16
laravel: [12.*]
17
stability: [prefer-lowest, prefer-stable]
18
composer.json
@@ -25,7 +25,7 @@
25
},
26
"require": {
27
"php": "^8.3",
28
- "statamic/cms": "^6.0.0-alpha.16"
+ "statamic/cms": "^6.0.0-alpha.19"
29
30
"require-dev": {
31
"doctrine/dbal": "^3.8",
0 commit comments