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 ed3cf86 commit 29a6663Copy full SHA for 29a6663
.github/workflows/continuous_integration.yml
@@ -87,5 +87,5 @@ jobs:
87
- uses: codecov/codecov-action@v4.0.1 # upload the coverage to codecov
88
with:
89
fail_ci_if_error: true # optional (default = false)
90
- # Do not upload in forks, and only on php8, latest deps
91
- if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.install-args == '' }}
+ # Do not upload in forks, and only on php8.3, latest deps
+ if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.php-version == '8.3' && matrix.install-args == '' }}
0 commit comments