Skip to content

Commit 2e36825

Browse files
committed
Support for PHP 8.4
1 parent baf51c7 commit 2e36825

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.3, 8.2]
14+
php: [8.4, 8.3, 8.2]
1515
laravel: ["10.*", "11.*"]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
include:

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/support": "^10.0|^11.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)