Skip to content

Commit 4725585

Browse files
committed
fix tests
1 parent cf7f093 commit 4725585

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest]
19-
php: [8.1]
20-
laravel: [9.*]
19+
php: [8.1, 8.2, 8.3]
20+
laravel: [10.*, 11.*]
2121
dependency-version: [prefer-stable]
2222
include:
23-
- laravel: 9.*
24-
testbench: 7.*
23+
- laravel: 10.*
24+
testbench: 8.*
25+
- laravel: 11.*
26+
testbench: 9.*
2527

2628
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2729

0 commit comments

Comments
 (0)