Skip to content

Commit 1b18d84

Browse files
committed
Add full matrix opts to mixed matrix
1 parent deaa915 commit 1b18d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
# - name: windows2019-vc14
5656
# os: windows-2019
5757
# 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' }
58+
- { php: '7.0', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14' }
59+
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
6060

6161
steps:
6262
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)