Skip to content

Commit 3811a44

Browse files
committed
Update test suite to use PHP 8.4 and 8.3, discard 8.0
1 parent 00045a4 commit 3811a44

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
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: [8.2, 8.1, 8.0]
15+
php: [8.4, 8.3, 8.2, 8.1]
1616
laravel: ['9.*', '10.*', '11.*']
1717
stability: [prefer-lowest, prefer-stable]
1818
include:

0 commit comments

Comments
 (0)