Skip to content

Commit

Permalink
update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnott committed Mar 21, 2024
1 parent fd196a4 commit 10cfe44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1 ]
laravel: [ 10.* ]
stability: [ prefer-stable ]
os: [ ubuntu-latest, ubuntu-latest ]
php: [ 8.1, 8.2 ]
laravel: [ 10.*, 11.* ]
stability: [ prefer-stable, prefer-stable ]
include:
- laravel: 10.*
testbench: ^8.0
- laravel: [ 10.*, 11.* ]
testbench: [ ^8.0, ^9.0 ]
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 10cfe44

Please sign in to comment.