Skip to content

Commit 2f63590

Browse files
committed
chore: exclude some php versions
1 parent ff63d0f commit 2f63590

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/run-tests.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.1, 8.2 ]
12+
php: [ 8.1, 8.2, 8.3 ]
1313
laravel: [ 9.*, 10.*, 11.* ]
1414
include:
1515
- laravel: 11.*
@@ -22,6 +22,11 @@ jobs:
2222
- laravel: 9.*
2323
testbench: 7.*
2424
stability: prefer-stable
25+
exclude:
26+
- php: 8.3
27+
laravel: 9.*
28+
- php: 8.1
29+
laravel: 11.*
2530

2631
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2732

0 commit comments

Comments
 (0)