Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjamesa committed Mar 22, 2024
1 parent 8cf3f60 commit a5bbf76
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2 ]
laravel: [ 9.*, 10.* ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 9.*, 10.*, 11.* ]
include:
- laravel: 11.*
testbench: 9.*
stability: prefer-stable
- laravel: 10.*
testbench: 8.*
stability: prefer-stable
- laravel: 9.*
testbench: 7.*
stability: prefer-stable
exclude:
- php: 8.3
laravel: 9.*
- php: 8.1
laravel: 11.*

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

Expand Down

0 comments on commit a5bbf76

Please sign in to comment.