Skip to content

Commit a610c53

Browse files
Chore: Update PHP version matrix in CI workflow to include 8.4
1 parent fe79e2b commit a610c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
php: [8.3]
20+
php: [8.3, 8.4]
2121
laravel: [11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:

0 commit comments

Comments
 (0)