mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
do not run psalm on 8.1 with prefer-lowest
This commit is contained in:
parent
98e2799159
commit
2b5bc25097
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
||||
php: [7.3, 7.4, 8.0, 8.1]
|
||||
illuminate_version: [6.*, 8.*]
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
exclude:
|
||||
- php: 8.1
|
||||
stability: prefer-lowest
|
||||
- php: 8.0
|
||||
stability: prefer-lowest
|
||||
|
||||
exclude:
|
||||
# Exclude unsupported combination
|
||||
|
Loading…
Reference in New Issue
Block a user