Skip to content

Commit dc8e86f

Browse files
committed
Change exclude order
1 parent 4bf9c20 commit dc8e86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- laravel: 11.*
3030
testbench: 9.*
3131
exclude:
32-
- laravel: 11.*
33-
php: 8.1
3432
- laravel: 10.*
3533
php: 8.4
34+
- laravel: 11.*
35+
php: 8.1
3636

3737
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3838

0 commit comments

Comments
 (0)