Skip to content

Commit

Permalink
stop running tests on laravel 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ph7jack committed Feb 19, 2024
1 parent 4e35a6c commit 672946a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
exclude:
- php: 8.3
laravel: 9.*
laravel: [10.*]

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

Expand Down

0 comments on commit 672946a

Please sign in to comment.