Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Aug 12, 2024
1 parent d59a683 commit 0137ca9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest,ubuntu-20.04]
php: [8.1,8.2,8.3]
laravel: [11.*, 10.*]
os: [ubuntu-latest]
php: [8.2,8.3]
laravel: [11.*]
dependency-version: [prefer-stable]
exclude:
- laravel: 11.*
include:
- laravel: 10.*
php: 8.1
- os: ubuntu-20.04
laravel: 10.*


name: ${{ matrix.os }}, PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit 0137ca9

Please sign in to comment.