Skip to content

Commit 23412a0

Browse files
authored
chore: improve the workflow (#385)
1 parent 297b60b commit 23412a0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
os: [ ubuntu-22.04, windows-latest ]
26-
php: [ 8.2, 8.3, 8.4 ]
26+
php: [ 8.2, 8.3, 8.4, 8.5 ]
2727
laravel: [ 11, 12 ]
28-
include:
28+
exclude:
2929
- php: 8.5
30-
laravel: 12
31-
os: ubuntu-22.04
32-
- php: 8.5
33-
laravel: 12
34-
os: windows-latest
30+
laravel: 11
3531

3632
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3733

0 commit comments

Comments
 (0)