Skip to content

Commit

Permalink
add l11 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkroneis committed Feb 14, 2024
1 parent 478091d commit 3a5c05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0, 8.1, 8.2]
laravel: [10.*, 9.*]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [11.*, 10.*, 9.*]
include:
- laravel: 10.*
testbench: 8.*
Expand Down

0 comments on commit 3a5c05a

Please sign in to comment.