Skip to content

Commit e98011d

Browse files
committed
fixing GHA
1 parent 2967067 commit e98011d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/laravel.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.0, 8.1 ]
13-
laravel: [ 9.* ]
12+
php: [ 8.1 ]
13+
laravel: [ 10.* ]
1414
stability: [ prefer-stable ]
1515
include:
16-
- laravel: 9.*
17-
testbench: ^7.0
16+
- laravel: 10.*
17+
testbench: ^8.0
1818
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
1919

2020
steps:

0 commit comments

Comments
 (0)