Skip to content

Commit f041704

Browse files
authored
wip
1 parent db93dcb commit f041704

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.2, 8.1, 8.0, 7.4]
13-
laravel: [9.*, 8.*]
13+
laravel: [10.*, 9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
@@ -26,7 +26,6 @@ jobs:
2626
php: 7.4
2727
- laravel: 9.*
2828
php: 7.4
29-
3029
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3130

3231
steps:

0 commit comments

Comments
 (0)