Skip to content

Commit 17407b0

Browse files
authored
Update github test workflow
1 parent a516743 commit 17407b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.3, 8.2, 8.1]
19+
php: [8.4, 8.3, 8.2, 8.1]
2020
laravel: ['9.*', '10.*', '11.*']
2121
dependency-version: [prefer-stable]
2222
include:
@@ -29,6 +29,10 @@ jobs:
2929
exclude:
3030
- laravel: 11.*
3131
php: 8.1
32+
- laravel: 10.*
33+
php: 8.4
34+
- laravel: 10.*
35+
php: 8.3
3236

3337
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3438

0 commit comments

Comments
 (0)