Skip to content

Commit a67bcf0

Browse files
authored
Merge pull request #32 from njoguamos/update-ci-with-php-8.4-matrix
test: add php 8.4 to CI tests
2 parents 1a1b299 + b59148b commit a67bcf0

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ 8.3, 8.2 ]
13+
php: [ 8.4, 8.3, 8.2 ]
1414
laravel: [ 11.*, 10.* ]
1515
dependency-version: [ prefer-stable ]
1616
include:

0 commit comments

Comments
 (0)