1
0
mirror of https://github.com/danog/loop.git synced 2024-11-26 20:04:44 +01:00

Try fixing

This commit is contained in:
Daniil Gentili 2020-07-23 18:11:17 +02:00
parent bbaba95a41
commit 168164b655
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -49,7 +49,7 @@ jobs:
vendor/bin/psalm
- name: Collect code coverage
if: success() && matrix.php-versions == "7.4" && matrix.os == "ubuntu-latest"
if: success() && matrix.php-versions == '7.4' && matrix.os == 'ubuntu-latest'
env:
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
run: |