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 3816415 commit 824204dCopy full SHA for 824204d
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
57
58
- name: Run tests PHP 5.6, 7.0, 7.1, 7.3
59
- if: matrix.php == '56' || matrix.php == '7.0' || matrix.php == '7.1' || matrix.php == '7.3'
+ if: matrix.php == '5.6' || matrix.php == '7.0' || matrix.php == '7.1' || matrix.php == '7.3'
60
run: |
61
php -S 127.0.0.1:8000 -t tests/data/app >/dev/null 2>&1 &
62
php codecept build
@@ -128,4 +128,4 @@ jobs:
128
run: php codecept run cli --skip-group coverage
129
130
- name: Run tests unit
131
- run: php codecept run unit -g core -g appveyor
+ run: php codecept run unit -g core -g appveyor
0 commit comments