Skip to content

Commit deaa915

Browse files
committed
Try mixed matrix
1 parent d79b684 commit deaa915

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
# php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
34-
php: [ '7.0' ]
34+
php: [ '7.0', '8.0' ]
3535
ts: [ 'nts' ]
3636
arch: [ 'x64' ]
3737

3838
name:
3939
- ubuntu-gcc
4040
- macos-clang
41-
- windows2016-vc14
41+
# - windows2019-vc14
4242

4343
# matrix names should be in next format:
4444
# {php}-{ts}-{os.name}-{compiler}-{arch}
@@ -52,9 +52,11 @@ jobs:
5252
os: macos-10.15
5353
compiler: clang
5454
# Windows
55-
- name: windows2016-vc14
56-
os: windows-2019
57-
compiler: vc14
55+
# - name: windows2019-vc14
56+
# os: windows-2019
57+
# compiler: vc14
58+
- { php: '7.0', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14' }
59+
- { php: '8.0', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
5860

5961
steps:
6062
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)