From f8835e5c0a1d22daad299560cbfcb631eaf4ea0e Mon Sep 17 00:00:00 2001 From: Vinai Kopp Date: Tue, 15 Aug 2023 23:20:38 +0200 Subject: [PATCH] chore: comment mysql 5.7 install script source (#70) --- .github/workflows/integration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 94b9439..b4b0726 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -185,6 +185,7 @@ jobs: sed -i "s/'amqp-host' => 'localhost'/'amqp-host' => '127.0.0.1'/" etc/install-config-mysql.php.dist # mysql server 5.7 doesn't have the column-statistics expected by mysql client 8 (failing 2.3.7-p* builds) + # ref: https://gist.github.com/tobias-khs/8dcf82f719a2b3a7c3b9604b4df53bbf - name: Switch from mysql-client 8 to mysql-client 5.7 if: | steps.magento-version.outputs.version == '"2.3.7-p3"' || steps.magento-version.outputs.version == '"2.3.7-p4"'