From 3adfa51d78b9eb80f3d24af0834f378f667be30c Mon Sep 17 00:00:00 2001 From: thrillfall Date: Fri, 24 Feb 2023 17:08:36 +0100 Subject: [PATCH] Nextcloud 23 is not supported anymore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79d535..781d7d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4', '8.0'] databases: ['sqlite'] - server-versions: ['stable23', 'stable24', 'stable25'] + server-versions: ['stable24', 'stable25'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}