Skip to content

Commit 0f2a378

Browse files
committed
Fix msvc compiler version for php 7.4
1 parent d84905c commit 0f2a378

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
@@ -50,7 +50,7 @@ jobs:
5050
- { php: '7.1', ts: 'nts', arch: 'x64', name: 'windows2019-vc14', os: 'windows-2019', compiler: 'vc14' }
5151
- { php: '7.2', ts: 'nts', arch: 'x64', name: 'windows2019-vc15', os: 'windows-2019', compiler: 'vc15' }
5252
- { 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' }
53+
- { php: '7.4', ts: 'nts', arch: 'x64', name: 'windows2019-vs15', os: 'windows-2019', compiler: 'vs15' }
5454
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
5555
- { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
5656

@@ -98,7 +98,7 @@ jobs:
9898
shell: bash
9999
run: |
100100
php --ri zephir_parser
101-
php run-tests.php -q
101+
php run-tests.php -q; exit $?
102102
env:
103103
NO_INTERACTION: 1
104104
REPORT_EXIT_STATUS: 1

0 commit comments

Comments
 (0)