Skip to content

Commit

Permalink
chore: add Laravel 11 to laravel matrix in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildewit authored Mar 13, 2024
1 parent d1c87c6 commit 7d94c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2]
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0]
laravel: [^6.0, ^7.0, ^8.0, ^9.0, ^10.0, ^11.0]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^6.0
Expand Down

0 comments on commit 7d94c83

Please sign in to comment.