mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
run test suite with 8.1
This commit is contained in:
parent
85721c327c
commit
0b789768c8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.3, 7.4, 8.0]
|
||||
php: [7.3, 7.4, 8.0, 8.1]
|
||||
illuminate_version: [6.*, 8.*]
|
||||
composer_flags: ['', '--prefer-lowest']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user