Skip to content

Commit 695d5bc

Browse files
authored
Test php 8.4 support (#30)
1 parent 041a9b3 commit 695d5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [8.3, 8.2, 8.1]
20+
php: [8.4, 8.3, 8.2, 8.1]
2121
laravel: [12.*, 11.*, 10.*, 9.*]
2222
dependency-version: [prefer-lowest, prefer-stable]
2323
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1|^8.2|^8.3",
22+
"php": "^8.1|^8.2|^8.3|^8.4",
2323
"ext-json": "*",
2424
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
2525
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"

0 commit comments

Comments
 (0)