Skip to content

Commit

Permalink
NGSTACK-361: define COMPOSER_ROOT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 22, 2021
1 parent 1ba4bf5 commit b75aa7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- run: composer --version
- run: composer validate --strict
- run: composer update --prefer-dist
- run: COMPOSER_ROOT_VERSION=1.99 composer update --prefer-dist
- run: SOLR_VERSION=${{ matrix.solr_version }} SOLR_CORES=${{ matrix.solr_cores }} ./bin/.travis/init_solr.sh
if: matrix.solr_version
- run: |
Expand Down

0 comments on commit b75aa7a

Please sign in to comment.