Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ permissions:
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPOSER_ROOT_VERSION: "5.0.x-dev"
# Pinned build tooling: these are installed and executed on the runner, so an
# unconstrained version would run whatever the registry serves that day.
PMU_VERSION: "0.3.0"

jobs:
architecture:
Expand Down Expand Up @@ -156,7 +159,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Update project dependencies
run: |
composer global require soyuka/pmu
composer global require "soyuka/pmu:$PMU_VERSION"
composer global config allow-plugins.soyuka/pmu true --no-interaction
composer global link .
- name: Codemod unit tests
Expand Down
Loading