summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2022-01-25 14:12:36 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-02-14 11:39:04 +0100
commit0c67ffac37fafa7cdb431a197827542f0abb72e4 (patch)
tree4316fe9c6381575c43bf1b407becbd955baae892 /.github/workflows/api-integration-tests.yml
parent68a06eae525af8e954954f514fbed583e853cef4 (diff)
chore: deprecate nc 21
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
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: