Skip to content

Commit 192841f

Browse files
committed
Quickfix for Composer bug
1 parent c0a1108 commit 192841f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/compiler-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
coverage: "none"
2929
php-version: "8.0"
30+
tools: composer:2.1.6
3031

3132
- name: "Install dependencies"
3233
run: "composer install --no-dev --no-interaction --no-progress --no-suggest"

.github/workflows/phar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
coverage: "none"
2828
php-version: "8.0"
29+
tools: composer:2.1.6
2930

3031
- name: "Install dependencies"
3132
run: "composer install --no-interaction --no-progress --no-suggest"

0 commit comments

Comments
 (0)