Skip to content

Commit 8ffd194

Browse files
authored
Merge pull request #58 from coderflexx/v11-ci
Run Tests CI Updates
2 parents 36a0aa1 + c0198ce commit 8ffd194

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.1, 8.2]
17-
laravel: [9.*, 10.*]
16+
php: [8.1, 8.2, 8.3]
17+
laravel: [9.*, 10.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 9.*
2121
testbench: 7.*
2222
- laravel: 10.*
2323
testbench: 8.*
24+
- laravel: 11.*
25+
testbench: 9.*
2426
exclude:
2527
- laravel: 9.*
2628
php: 8.2
29+
- laravel: 11.*
30+
php: 8.1
2731

2832
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2933

0 commit comments

Comments
 (0)