Skip to content

Commit

Permalink
add test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Apr 12, 2024
1 parent 3998f3f commit 9e56076
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:

runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
laravel: [^10, ^11]
dependency-version: [prefer-lowest, prefer-stable]

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9e56076

Please sign in to comment.