Skip to content

Commit 3c17574

Browse files
authored
Update tests.yml
1 parent e7df6ac commit 3c17574

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: ['8.0', 8.1, 8.2]
20-
laravel: [9]
20+
laravel: [9, 10]
21+
exclude:
22+
- php: '8.0'
23+
laravel: 10
2124

2225
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2326

0 commit comments

Comments
 (0)