We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1875026 commit 89dd6d0Copy full SHA for 89dd6d0
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ env:
25
26
jobs:
27
builds:
28
- name: build / PHP-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
+ name: PHP-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
29
30
runs-on: ${{ matrix.os }}
31
strategy:
@@ -92,7 +92,7 @@ jobs:
92
shell: bash
93
run: |
94
php --ri zephir_parser
95
- if [ "${{ runner.os }}" -eq 'Windows' ]; then
+ if [ "${{ runner.os }}" = "Windows" ]; then
96
TEST_PHP_EXECUTABLE=C:\tools\php\php.exe php run-tests.php -q
97
else
98
TEST_PHP_EXECUTABLE=$(which php) php run-tests.php -q
0 commit comments