Skip to content

Commit

Permalink
Update COMPOSER_ROOT_VERSION in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 4, 2024
1 parent 7fdf5b5 commit b701c07
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apiref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/apiref.yml'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: apigen-${{ github.ref }} # will be canceled on subsequent pushes in branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.github/workflows/backward-compatibility.yml'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: bc-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/build-issue-bot.yml'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: build-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/changelog-generator.yml'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: changelog-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checksum-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- '.github/workflows/checksum-phar.yml'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: checksum-phar-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down Expand Up @@ -101,14 +101,14 @@ jobs:
- name: "Composer dump"
run: "composer install --no-interaction --no-progress"
env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

- name: "Compile PHAR for checksum"
working-directory: "compiler/build"
run: "php box.phar compile --no-parallel"
env:
PHAR_CHECKSUM: "1"
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

- name: "Re-sign PHAR"
run: "php compiler/build/resign.php tmp/phpstan.phar"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'issue-bot/**'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: e2e-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- 'changelog-generator/**'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: run-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "2.0.x"

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: lint-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '2.0.*'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reflection-golden-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'issue-bot/**'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"
REFLECTION_GOLDEN_TEST_FILE: "/tmp/reflection-golden.test"
REFLECTION_GOLDEN_SYMBOLS_FILE: "/tmp/reflection-golden-symbols.txt"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- 'apigen/**'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: sa-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'issue-bot/**'

env:
COMPOSER_ROOT_VERSION: "1.12.x-dev"
COMPOSER_ROOT_VERSION: "2.0.x-dev"

concurrency:
group: tests-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Expand Down

0 comments on commit b701c07

Please sign in to comment.