Skip to content

Commit

Permalink
chore: add laravel 12 to test matrix (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry committed Feb 14, 2025
1 parent b8a43cb commit b043c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*]
laravel: [6.*, 7.*, 8.*, 9.*, 10.*, 11.*, 12.*]
stability: [prefer-lowest, prefer-stable]
exclude:
# These combinations should work, but there is a problem when testing...
Expand Down

0 comments on commit b043c42

Please # to comment.