Skip to content

Commit 658a49a

Browse files
authored
Adding PHP 8.4 to the tests matrix (laravel#6516)
1 parent f08e4f8 commit 658a49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: true
2121
matrix:
22-
php: [8.2, 8.3]
22+
php: [8.2, 8.3, 8.4]
2323

2424
name: PHP ${{ matrix.php }}
2525

0 commit comments

Comments
 (0)