Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit ce0d063

Browse files
authored
Update run-tests.yml
1 parent 2bd2c2b commit ce0d063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [8.2, 8.1]
12-
laravel: [10.*, 9.*]
11+
php: [8.3, 8.2]
12+
laravel: [11.*, 10.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
1515
- laravel: 10.*
1616
testbench: 8.*
17-
- laravel: 9.*
18-
testbench: 7.*
17+
- laravel: 11.*
18+
testbench: 9.*
1919

2020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2121

0 commit comments

Comments
 (0)