From 0c67ffac37fafa7cdb431a197827542f0abb72e4 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 25 Jan 2022 14:12:36 +0100 Subject: chore: deprecate nc 21 Signed-off-by: Sean Molenaar --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/api-integration-tests.yml') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index c2f3d7f99..4ea5a5d1a 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['7.4', '8.0'] - nextcloud: ['stable21', 'stable22', 'stable23'] + nextcloud: ['stable22', 'stable23'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: -- cgit v1.2.3