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 e6d1d9a commit b64b489Copy full SHA for b64b489
.github/workflows/test.yml
@@ -42,8 +42,9 @@ jobs:
42
env:
43
PICKLE_BEHAT_PROCESS_TIMEOUT: 0
44
run: vendor/bin/behat --format=progress
45
+ # We need a new release of Ocular that supports PHP 8 - see https://github.com/scrutinizer-ci/ocular/pull/52
46
- name: Download Ocular
- if: always()
47
+ if: always() && !startsWith(matrix.php-version, '8.')
48
run: curl -sSLf -o ocular.phar https://scrutinizer-ci.com/ocular.phar
49
- name: Upload code coverage
50
if: always()
0 commit comments