Skip to content

Commit da1c717

Browse files
authored
Fix PHP Compatibility workflow (#5332)
* Pin composer to 2.5.0 for php compatibility workflow. This avoids an issue caused by 2.5.1.
1 parent 4c81369 commit da1c717

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.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)