@@ -30,33 +30,29 @@ jobs:
3030 strategy :
3131 fail-fast : false
3232 matrix :
33- # php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
34- php : [ '7.0', '8.0' ]
33+ php : [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
3534 ts : [ 'nts' ]
3635 arch : [ 'x64' ]
3736
3837 name :
3938 - ubuntu-gcc
4039 - macos-clang
41- # - windows2019-vc14
4240
4341 # matrix names should be in next format:
4442 # {php}-{ts}-{os.name}-{compiler}-{arch}
4543 include :
4644 # Linux
47- - name : ubuntu-gcc
48- os : ubuntu-18.04
49- compiler : gcc
45+ - { name: ubuntu-gcc, os: ubuntu-18.04, compiler: gcc }
5046 # macOS
51- - name : macos-clang
52- os : macos-10.15
53- compiler : clang
47+ - { name: macos-clang, os: macos-10.15, compiler: clang }
5448 # Windows
55- # - name: windows2019-vc14
56- # os: windows-2019
57- # compiler: vc14
5849 - { php: '7.0', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14' }
50+ - { php: '7.1', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14' }
51+ - { php: '7.2', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
52+ - { php: '7.3', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
53+ - { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
5954 - { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
55+ - { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
6056
6157 steps :
6258 - uses : actions/checkout@v2
0 commit comments