Skip to content

Commit 6eaf7d3

Browse files
committed
🍏🚑 Fix composer failing on older PHP versions
1 parent 9e236ff commit 6eaf7d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: shivammathur/setup-php@2.9.0
2121
with:
2222
php-version: ${{ matrix.php }}
23+
tools: composer:2.2
2324
- name: Install dependencies
2425
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
2526
- name: Configure PHPUnit problem matchers

0 commit comments

Comments
 (0)