Skip to content

Commit 1a26e0a

Browse files
committed
Merge dev/pin-setup-repo-composer-version into trunk
2 parents ec541af + 4edd745 commit 1a26e0a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/actions/setup-repo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ runs:
2525
uses: shivammathur/setup-php@v2
2626
with:
2727
php-version: ${{ inputs.php-version }}
28-
tools: composer
28+
tools: composer:2.5.0
2929
coverage: none

.github/workflows/php-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: shivammathur/setup-php@v2
1414
with:
1515
php-version: '7.4'
16-
tools: composer
16+
tools: composer:2.5.0
1717
coverage: none
1818
- run: bash bin/phpcs-compat.sh
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: Fix the PHP compatibility workflow temporarily by pinning composer to 2.5.0
4+
5+

0 commit comments

Comments
 (0)