From a3411bb0f21b9bff5b2515620b685f883abde5fa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 24 Jun 2021 14:25:51 +0200 Subject: [PATCH] Update master target versions Signed-off-by: Joas Schilling --- .github/workflows/phpunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 6e0f6dd98..0d48159b2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -89,7 +89,7 @@ jobs: matrix: php-versions: ['7.3', '7.4'] databases: ['mysql'] - server-versions: ['master'] + server-versions: ['stable22', 'master'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}