Skip to content

Commit 11afd4b

Browse files
committed
upgrade test combolist against php8.4 + laravel 11/12
1 parent b374921 commit 11afd4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/run-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- laravel: 10.*
2929
testbench: 8.*
3030
exclude:
31-
- laravel: 11.x
32-
php: 8.1
33-
- laravel: 12.x
34-
php: 8.1
31+
- php: 8.1
32+
laravel: 11.*
33+
- php: 8.1
34+
laravel: 12.*
3535

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

0 commit comments

Comments
 (0)