Skip to content

Commit b64b489

Browse files
committed
Don't use ocular on PHP 8.0
We need a new release of Ocular that supports PHP 8 See scrutinizer-ci/ocular#52
1 parent e6d1d9a commit b64b489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
env:
4343
PICKLE_BEHAT_PROCESS_TIMEOUT: 0
4444
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
4546
- name: Download Ocular
46-
if: always()
47+
if: always() && !startsWith(matrix.php-version, '8.')
4748
run: curl -sSLf -o ocular.phar https://scrutinizer-ci.com/ocular.phar
4849
- name: Upload code coverage
4950
if: always()

0 commit comments

Comments
 (0)