mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
fix!: test 6.x (LTS) instead of 7.x (EOL)
This commit is contained in:
parent
7f15023e45
commit
71349d2a2e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user