Skip to content

Commit

Permalink
Merge pull request #176 from caugner/test-laravel-6-instead-of-7
Browse files Browse the repository at this point in the history
Test Laravel 6.x (LTS) instead of 7.x (EOL)
  • Loading branch information
mr-feek authored Jul 9, 2021
2 parents 28b697a + 71349d2 commit 0183b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [7.3, 7.4]
illuminate_version: [7.*, 8.*]
illuminate_version: [6.*, 8.*]
composer_flags: ['', '--prefer-lowest']

name: PHP ${{ matrix.php }} | Illuminate ${{ matrix.illuminate_version }} | Composer Flags ${{ matrix.composer_flags }}
Expand Down

0 comments on commit 0183b98

Please sign in to comment.