Skip to content

Commit

Permalink
Set COMPOSER_ROOT_VERSION env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Dec 21, 2021
1 parent 35880f5 commit 2145016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
extensions: curl, mbstring, openssl, pdo, pdo_sqlite
SYMFONY_DEPRECATIONS_HELPER: weak
COMPOSER_ROOT_VERSION: 4.1

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -82,6 +83,7 @@ jobs:
env:
extensions: curl, mbstring, openssl, pdo, pdo_sqlite
SYMFONY_DEPRECATIONS_HELPER: weak
COMPOSER_ROOT_VERSION: 4.1

runs-on: ${{ matrix.os }}

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"squizlabs/php_codesniffer": "~2.0",
"vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0",
"symfony/process": ">=2.7 <6.0",
"codeception/lib-innerbrowser": "^1.0 | 2.0.*@dev",
"codeception/module-asserts": "^1.0 | 2.0.*@dev",
"codeception/module-cli": "^1.0 | 2.0.*@dev",
"codeception/module-db": "^1.0 | 2.0.*@dev",
Expand Down

0 comments on commit 2145016

Please sign in to comment.