From 693985ab70da7512c40110f7341090b3dd245ee8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 Apr 2022 22:45:23 +0200 Subject: [PATCH] Update main 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 4607e7b..d970a31 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -14,7 +14,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['sqlite'] - server-versions: ['stable21', 'stable22', 'master'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24', 'master'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}