Skip to content

Commit

Permalink
drop support for laravel 8 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnebr authored Feb 20, 2023
1 parent 90f1dcc commit 3eb3f91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
laravel: [10.*, 9.*, 8.*]
laravel: [10.*, 9.*]
stability: [prefer-stable]
exclude:
- laravel: 10.*
Expand All @@ -24,8 +24,6 @@ jobs:
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: ^6.23

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down

0 comments on commit 3eb3f91

Please sign in to comment.