mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-30 04:39:01 +01:00
change yaml format
This commit is contained in:
parent
a42dd252fb
commit
07476ccff3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@ name: Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -11,7 +11,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.3|^8",
|
||||
"php": "^7.3|^8.0",
|
||||
"ext-simplexml": "*",
|
||||
"illuminate/config": "^6.0 || ^8.0",
|
||||
"illuminate/container": "^6.0 || ^8.0",
|
||||
|
Loading…
Reference in New Issue
Block a user