Skip to content

Commit 7f44b9d

Browse files
committed
Fixed Github run-test.yml
1 parent 9d06822 commit 7f44b9d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
17-
laravel: [10.*, 11.*]
16+
php: [8.2, 8.3, 8.4]
17+
laravel: [10.*, 11.*, 12.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 10.*
@@ -23,9 +23,12 @@ jobs:
2323
- laravel: 11.*
2424
testbench: 9.*
2525
carbon: ^3.0
26+
- laravel: 12.*
27+
testbench: 10.*
28+
carbon: 3.*
2629
exclude:
27-
- laravel: 11.*
28-
php: 8.1
30+
- laravel: 10.*
31+
php: 8.4
2932

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

0 commit comments

Comments
 (0)