Skip to content

Commit 55a56b3

Browse files
committed
Support for PHP 8.4
1 parent 70ed091 commit 55a56b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
php: [8.3, 8.2]
15+
php: [8.4, 8.3, 8.2]
1616
laravel: [11.*, 10.*]
1717
os: [ubuntu-latest, windows-latest]
1818
stability: [prefer-lowest, prefer-stable]

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2|^8.3",
19+
"php": "^8.2|^8.3|^8.4",
2020
"illuminate/contracts": "^10.0|^11.0",
2121
"laravel/dusk": "^7.0|^8.0",
2222
"spatie/invade": "^1.1"

0 commit comments

Comments
 (0)