Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ober committed Nov 4, 2023
1 parent f21cf5c commit 4a5c34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- uses: php-actions/composer@v6
- name: Build
run: |
composer global config --no-plugins allow-plugins.phing/phing-composer-configurator true
composer global require --no-progress phing/phing-composer-configurator dev-master
composer global require --no-progress phing/phing $PHING_VERSION
composer global require --no-progress phing/phing "^2.0"
which phing
- name: Done
if: always()
Expand Down

0 comments on commit 4a5c34c

Please sign in to comment.