Skip to content

Commit

Permalink
removed laravel 8 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SalihBorucu committed May 21, 2022
1 parent ba5729d commit c82238a
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 @@ -13,8 +13,8 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.0]
laravel: [7.*, 8.0*, 9.*]
php: [8.1]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
Expand Down

0 comments on commit c82238a

Please sign in to comment.