Skip to content

Commit 7feeba7

Browse files
committed
Hopefully the last syntax fixes
Signed-off-by: Maximilian Bösing <[email protected]>
1 parent 16ac5a3 commit 7feeba7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/continues-integration.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: ${{ matrix.php-version }}
30-
tools: "composer:v2"
31-
env:
32-
update: true
30+
tools: "composer:v2"
3331

3432
- name: Install dependencies
3533
run: composer install --no-progress --prefer-dist --optimize-autoloader
@@ -88,8 +86,6 @@ jobs:
8886
with:
8987
php-version: ${{ matrix.php-version }}
9088
tools: "composer:v2"
91-
env:
92-
update: true
9389

9490
- name: Install dependencies
9591
run: composer install --no-progress --prefer-dist --optimize-autoloader ${{ matrix.composer-options }}

0 commit comments

Comments
 (0)