Skip to content

Commit

Permalink
ci: hard code version
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 25, 2024
1 parent b7398a6 commit 77367fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
XDEBUG_MODE: cover
with:
version: composer
version: 10
php_version: ${{ matrix.php }}
php_extensions: xdebug
coverage_text: _coverage/coverage.txt
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# gh api "/repos/${{ github.repository }}/actions/artifacts?name=build-artifact" | jq ".artifacts[] | select(.name == \"build-artifact\") | .id" > artifact-id-list.txt
# gh api "/repos/${{ github.repository }}/actions/artifacts?name=build-artifact" | jq ".artifacts[] | select(.name | startswith(\"build-artifact\")) | .id" > artifact-id-list.txt
# while read id
# do
# echo -n "Deleting artifact ID $id ... "
Expand Down

0 comments on commit 77367fd

Please sign in to comment.