Skip to content

Commit

Permalink
Merge pull request #21 from tarfin-labs/deligoez-patch-1
Browse files Browse the repository at this point in the history
Drop Laravel 7 and 8 Support
  • Loading branch information
deligoez authored Oct 8, 2020
2 parents ffe6d19 + 8e57baa commit 437efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: true
matrix:
php: [7.3, 7.4]
laravel: [6.*, 7.*, 8.*]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 437efd4

Please sign in to comment.