Skip to content

Commit

Permalink
Update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
timothepearce committed Feb 27, 2022
1 parent d433617 commit 47fc15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.0 ]
laravel: [ 8.* ]
laravel: [ 9.* ]
stability: [ prefer-stable ]
include:
- laravel: 8.*
- laravel: 9.*
testbench: ^6.6

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

0 comments on commit 47fc15d

Please sign in to comment.