Skip to content

Commit d4abfb5

Browse files
committed
fix workflows error
1 parent a620602 commit d4abfb5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,21 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.2, 8.1, 8.0]
17-
laravel: [10.*]
17+
laravel: [10.*, 9.*, 8.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 10.*
2121
testbench: ^8.0
2222
carbon: ^2.63
23-
# - laravel: 9.*
24-
# testbench: ^7.0
25-
# carbon: ^2.63
26-
# - laravel: 8.*
27-
# testbench: ^6.23
28-
# carbon: ^2.63
23+
- laravel: 9.*
24+
testbench: ^7.0
25+
carbon: ^2.63
26+
- laravel: 8.*
27+
testbench: ^6.23
28+
carbon: ^2.63
29+
exclude:
30+
- laravel: 10.*
31+
php: 8.0
2932

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

0 commit comments

Comments
 (0)