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 7701809 commit c5181c8Copy full SHA for c5181c8
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: shivammathur/setup-php@v2
23
with:
24
php-version: ${{ matrix.php }}
25
- tools: composer:v2
+ tools: composer:v1
26
27
- name: Install Dependencies
28
run: composer update
0 commit comments