From 499511e1a7080ab398b9738f0a260ef53c907146 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 23 Jul 2023 14:56:40 +0200 Subject: Release 22.0.0 Changed - Support deflate and gzip compression for HTTP response bodies (#2269) - Broke apart old FAQ into different guides. Deprecated old FAQ (#2285) Signed-off-by: Benjamin Brahmer --- .github/workflows/api-php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 66e6e5cbd..dae893f22 100644 --- a/.github/workflows/api-php-tests.yml +++ b/.github/workflows/api-php-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable27'] + nextcloud: ['stable26', 'stable27'] database: ['sqlite'] experimental: [false] codecoverage: [false] -- cgit v1.2.3