Fix YAML formatting

This commit is contained in:
Ben Thomson 2020-11-20 11:28:30 +08:00
parent 99a894ba01
commit 22e2ee57b9
No known key found for this signature in database
GPG Key ID: 8BDB18DD0909BE22

View File

@ -32,15 +32,15 @@ jobs:
strategy:
matrix:
operatingSystem: [ubuntu-latest, windows-latest]
phpVersion: ['7.2', '7.3', '7.4']
phpVersion: ['7.2', '7.3', '7.4', '8.0']
experimental: [false]
include:
- phpVersion: '8.0'
os: ubuntu-latest
experimental: true
- phpVersion: '8.0'
os: windows-latest
experimental: true
- phpVersion: '8.0'
os: ubuntu-latest
experimental: true
- phpVersion: '8.0'
os: windows-latest
experimental: true
fail-fast: false
runs-on: ${{ matrix.operatingSystem }}
continue-on-error: ${{ matrix.experimental }}