Skip to content

Commit 7b841f0

Browse files
committed
Added Laravel 10.* support
1 parent e99565c commit 7b841f0

File tree

3 files changed

+227
-227
lines changed

3 files changed

+227
-227
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
16-
php: [7.4,8.0]
17-
laravel: [8.*,9.*]
18-
stability: [prefer-lowest, prefer-stable]
15+
os: [ubuntu-latest]
16+
php: [8.0,8.1,8.2]
17+
laravel: [9.*,10.*]
18+
stability: [prefer-stable]
1919
include:
20-
- laravel: 8.*
21-
testbench: ^6.6
2220
- laravel: 9.*
2321
testbench: ^7.0
22+
- laravel: 10.*
23+
testbench: ^8.0
2424
exclude:
25-
- laravel: 9.*
26-
php: 7.4
25+
- laravel: 10.*
26+
php: 8.0
2727

2828
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)