mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
fix malformed yaml
This commit is contained in:
parent
8bf5d3f3e1
commit
7ba59e0693
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -4,11 +4,10 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
php: [7.3, 7.4, 8.0, 8.1]
|
||||
illuminate_version: [6.*, 8.*, 9.*]
|
||||
stability: [prefer-lowest, prefer-stable]
|
||||
|
Loading…
Reference in New Issue
Block a user