Skip to content

Commit 94738ac

Browse files
authored
Test php 8.4 compatibility (#80)
1 parent c02026e commit 94738ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.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.*]
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",
2323
"illuminate/database": "^10.0|^11.0|^12.0",
2424
"illuminate/support": "^10.0|^11.0|^12.0",
2525
"spatie/laravel-package-tools": "^1.13"

0 commit comments

Comments
 (0)