Skip to content

Commit 4ecf355

Browse files
PHP 8.4 Support (#184)
* wip * We can do without this. * Require Statamic 5.41 * wip
1 parent ee7934f commit 4ecf355

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 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]
15+
php: [8.1, 8.2, 8.3, 8.4]
1616
laravel: [10.*, 11.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
@@ -28,6 +28,8 @@ jobs:
2828
exclude:
2929
- php: 8.1
3030
laravel: 11.*
31+
- php: 8.4
32+
laravel: 10.*
3133

3234
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3335

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
}
2525
},
2626
"require": {
27-
"statamic/cms": "^5.0.0"
27+
"statamic/cms": "^5.41"
2828
},
2929
"require-dev": {
30-
"orchestra/testbench": "^8.0 || ^9.0"
30+
"orchestra/testbench": "^8.28 || ^9.6.1",
31+
"phpunit/phpunit": "^10.5.35"
3132
},
3233
"config": {
3334
"allow-plugins": {

0 commit comments

Comments
 (0)