Skip to content

Commit a920570

Browse files
Do not set COMPOSER_ROOT_VERSION environment variable
1 parent 428e972 commit a920570

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: "Checkout"
2929
uses: "actions/checkout@v2"
3030

31-
- name: "Set COMPOSER_ROOT_VERSION environment variable"
32-
uses: "docker://ergebnis/composer-root-version-action:0.1.3"
33-
3431
- name: "Update dependencies with composer"
3532
run: "php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress"
3633

@@ -92,9 +89,6 @@ jobs:
9289
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
9390
restore-keys: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
9491

95-
- name: "Set COMPOSER_ROOT_VERSION environment variable"
96-
uses: "docker://ergebnis/composer-root-version-action:0.1.3"
97-
9892
- name: "Install dependencies with composer"
9993
run: "./tools/composer update --no-ansi --no-interaction --no-progress"
10094

0 commit comments

Comments
 (0)