From 9a047cbbcdfb17ebf9b46aee8eeb17ae7f17a160 Mon Sep 17 00:00:00 2001 From: Devlin Junker Date: Tue, 8 Aug 2023 16:09:08 -0700 Subject: minimum nextcloud version supported is 27 Signed-off-by: Devlin Junker --- .github/workflows/api-integration-tests.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (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 16ea84198..f7619ff18 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: php-versions: ['8.0', '8.1'] - nextcloud: ['stable25', 'stable26', 'stable27'] + nextcloud: ['stable27'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: @@ -41,14 +41,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: 7.4 - nextcloud: stable25 - database: sqlite - experimental: false - - php-versions: 8.2 - nextcloud: stable26 - database: sqlite - experimental: false steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3