Skip to content

Commit f0ed67f

Browse files
committed
Use Composer v2.8 in CI
v2.9 runs audit checks which fail for the laminas/laminas-diactoros for PHP 7.4. However the command line config command for Composer 2.9 hasn't yet been released, so we can't easily configure during CI.
1 parent 612267e commit f0ed67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
php-version: ${{ matrix.php }}
3737
coverage: xdebug
38+
tools: composer:2.8
3839

3940
- name: Install dependencies with Composer
4041
run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}

0 commit comments

Comments
 (0)