Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangjchandler authored Mar 24, 2021
1 parent a12630b commit a139bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4, 8.0]
laravel: [^8.34]
laravel: [8.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^8.34
- laravel: 8.*
testbench: 6.*

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

0 comments on commit a139bca

Please sign in to comment.