From fbe703b2d094943e17655c6ee764b17c52ce6eac Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Fri, 7 Jul 2023 04:24:24 -0400 Subject: [PATCH] Update .github/workflows/ci-mysql.yml Co-authored-by: Alexander Makarov --- .github/workflows/ci-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mysql.yml b/.github/workflows/ci-mysql.yml index 69dd082be00..df149e49e02 100644 --- a/.github/workflows/ci-mysql.yml +++ b/.github/workflows/ci-mysql.yml @@ -67,7 +67,7 @@ jobs: continue-on-error: true run: vendor/bin/phpunit --group mysql --colors=always - - name: Run Myssql tests with phpunit. + - name: Run MySQL tests with PHPUnit. if: matrix.php >= '8.1' run: vendor/bin/phpunit --group mysql --colors=always