Skip to content

Commit 29a6663

Browse files
authored
Limit codecov for only 8.3
1 parent ed3cf86 commit 29a6663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
- uses: codecov/[email protected] # upload the coverage to codecov
8888
with:
8989
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 == '' }}
90+
# Do not upload in forks, and only on php8.3, latest deps
91+
if: ${{ github.repository == 'thecodingmachine/graphqlite' && matrix.php-version == '8.3' && matrix.install-args == '' }}

0 commit comments

Comments
 (0)