Skip to content

Commit f21a672

Browse files
[4.x] PHP 8.5 Compatibility (#525)
* wip * require the next release
1 parent e5fdedb commit f21a672

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

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

1313
strategy:
1414
matrix:
15-
php: [8.1, 8.2, 8.3, 8.4]
15+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
1616
laravel: [10.*, 11.*, 12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
exclude:
@@ -22,6 +22,10 @@ jobs:
2222
laravel: 12.*
2323
- php: 8.4
2424
laravel: 10.*
25+
- php: 8.5
26+
laravel: 10.*
27+
- php: 8.5
28+
laravel: 11.*
2529

2630
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2731

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.1",
28-
"statamic/cms": "^5.68"
28+
"statamic/cms": "^5.71"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.8",

0 commit comments

Comments
 (0)