fix malformed yaml

This commit is contained in:
Niels Vanpachtenbeke 2022-02-14 22:47:55 +01:00
parent 8bf5d3f3e1
commit 7ba59e0693

View File

@ -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]