Skip to content

Commit

Permalink
Update GitHub Actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jul 27, 2024
1 parent f0db15e commit a96fc14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
laravel: [9.*,10.*,11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: [9.*,10.*,11.*]
- laravel: 9.*
testbench: 8.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 8.*

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

0 comments on commit a96fc14

Please sign in to comment.