Skip to content

Commit 7ab18a7

Browse files
PHP 8.4 Support (#359)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * We can do without this. * Require Statamic 5.41
1 parent 5bfdf14 commit 7ab18a7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php: [8.1, 8.2, 8.3]
16+
php: [8.1, 8.2, 8.3, 8.4]
1717
laravel: [10.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
os: [ubuntu-latest]
@@ -26,9 +26,15 @@ jobs:
2626
php: 8.3
2727
laravel: 11.*
2828
stability: prefer-stable
29+
- os: windows-latest
30+
php: 8.4
31+
laravel: 11.*
32+
stability: prefer-stable
2933
exclude:
3034
- php: 8.1
3135
laravel: 11.*
36+
- php: 8.4
37+
laravel: 10.*
3238

3339
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3440

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
}
2323
},
2424
"require": {
25-
"statamic/cms": "^5.0.0"
25+
"statamic/cms": "^5.41"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^8.0 || ^9.0",
29-
"phpunit/phpunit": "^10.0",
28+
"orchestra/testbench": "^8.28 || ^9.6.1",
29+
"phpunit/phpunit": "^10.5.35",
3030
"laravel/pint": "^1.17"
3131
},
3232
"config": {

0 commit comments

Comments
 (0)