mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix YAML formatting
This commit is contained in:
parent
99a894ba01
commit
22e2ee57b9
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user