Skip to content

Commit 58a8621

Browse files
wip
1 parent 79d4633 commit 58a8621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
testbench: 8.*
3434
exclude:
3535
- laravel: 10.*
36-
php: [8.4, 8.3]
36+
php: 8.4
37+
- laravel: 10.*
38+
php: 8.3
3739

3840

3941
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)