Skip to content

Commit

Permalink
[TASK] Use Composer 2.6.2 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Sep 11, 2023
1 parent 0c5f71c commit 8373450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
PHP_VERSION: ${{matrix.php}}
TYPO3_VERSION: ${{matrix.typo3}}
run: docker-compose run --rm app composer build
run: docker-compose run --rm app sh -c "sudo composer self-update 2.6.2 && composer build"

- name: Cleanup
if: ${{ always() }}
Expand Down

0 comments on commit 8373450

Please sign in to comment.