Skip to content

Commit 50a48f1

Browse files
authored
Merge pull request #234 from kitloong/feature/php84
Add PHP 8.4 test
2 parents f4c5f1c + 9013dc9 commit 50a48f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
strategy:
7979
matrix:
80-
php: [ 8.2, 8.3 ]
80+
php: [ 8.2, 8.3, 8.4 ]
8181
laravel: [ 11.* ]
8282
sqlsrv_extension: [ pdo_sqlsrv ]
8383
include:

0 commit comments

Comments
 (0)