Skip to content

Commit

Permalink
Only support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Mar 14, 2024
1 parent bf56f3e commit aa5d474
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
laravel: [10.*, 11.*]
php: [8.1, 8.2, 8.3]
exclude:
- laravel: 11.*
php: 8.1
laravel: [11.*]
php: [8.2, 8.3]

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

Expand Down

0 comments on commit aa5d474

Please sign in to comment.