Skip to content

Commit 47fc15d

Browse files
committed
Update test file
1 parent d433617 commit 47fc15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
os: [ ubuntu-latest ]
1616
php: [ 8.0 ]
17-
laravel: [ 8.* ]
17+
laravel: [ 9.* ]
1818
stability: [ prefer-stable ]
1919
include:
20-
- laravel: 8.*
20+
- laravel: 9.*
2121
testbench: ^6.6
2222

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

0 commit comments

Comments
 (0)