From af38d4fd0321e21f50761f23667e6f435fe994c6 Mon Sep 17 00:00:00 2001 From: Fejan Groovy Date: Wed, 4 Jun 2025 09:15:01 +0530 Subject: [PATCH] Update MySQL service version in CI workflow and adjust test command formatting --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1047d5003..fb37462dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,7 @@ jobs: mysql: - "5.7" + - "latest" services: mysql: @@ -91,5 +92,5 @@ jobs: - name: Apply migration run: php yii_test migrate --interactive=0 - - name: Run tests with codeception + - name: Run tests with codeception run: vendor/bin/codecept run