We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e236ff commit 6eaf7d3Copy full SHA for 6eaf7d3
.github/workflows/CI.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: shivammathur/setup-php@2.9.0
21
with:
22
php-version: ${{ matrix.php }}
23
+ tools: composer:2.2
24
- name: Install dependencies
25
run: composer update --no-interaction --prefer-dist ${{ matrix.dependencies }}
26
- name: Configure PHPUnit problem matchers
0 commit comments