From dcc8c3a5f3b5510a33b6fbb34aed546447e39758 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 11 Sep 2021 19:31:00 +0100 Subject: [PATCH] Remove commented out code --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2420fa70..8e54963a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,9 +140,6 @@ jobs: cd "$CURRENT_DIR/$COMPONENT" localExit=0 - # if [ $PHP_VERSION = '8.1' ]; then - # COMPOSER_OPTIONS=' --ignore-platform-req=php' - # fi composer update --no-interaction --no-scripts --prefer-dist --optimize-autoloader ${{ matrix.strategy == 'lowest' && '--prefer-lowest' || '' }} $COMPOSER_OPTIONS || localExit=1 echo ::endgroup:: if [ $localExit -ne 0 ]; then