fix!: test 6.x (LTS) instead of 7.x (EOL)

This commit is contained in:
Claas Augner 2021-07-07 00:17:33 +02:00
parent 7f15023e45
commit 71349d2a2e

View File

@ -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 }}