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 16ac5a3 commit 7feeba7Copy full SHA for 7feeba7
.github/workflows/continues-integration.yml
@@ -27,9 +27,7 @@ jobs:
27
uses: shivammathur/setup-php@v2
28
with:
29
php-version: ${{ matrix.php-version }}
30
- tools: "composer:v2"
31
- env:
32
- update: true
+ tools: "composer:v2"
33
34
- name: Install dependencies
35
run: composer install --no-progress --prefer-dist --optimize-autoloader
@@ -88,8 +86,6 @@ jobs:
88
86
89
87
90
tools: "composer:v2"
91
92
93
94
95
run: composer install --no-progress --prefer-dist --optimize-autoloader ${{ matrix.composer-options }}
0 commit comments