summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-08-08 16:09:08 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-09 11:08:04 +0200
commit9a047cbbcdfb17ebf9b46aee8eeb17ae7f17a160 (patch)
tree2a64cd3e8c1e4eb89c6fe8af08330bae89afc482 /.github/workflows/api-integration-tests.yml
parentb9a5887897dd82be9e22fed7e00eeb022c016516 (diff)
minimum nextcloud version supported is 27
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml10
1 files changed, 1 insertions, 9 deletions
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