change yaml format

This commit is contained in:
Niels Vanpachtenbeke 2022-02-10 18:00:07 +01:00
parent a42dd252fb
commit 07476ccff3
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Tests
on: [push, pull_request]
jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false

View File

@ -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",