summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index a4c8af8b6..c2f3d7f99 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -28,16 +28,16 @@ jobs:
- 5432:5432 # Maps tcp port 5432 on service container to the host
strategy:
matrix:
- php-versions: ['7.3', '7.4']
- nextcloud: ['stable21', 'stable22']
+ php-versions: ['7.4', '8.0']
+ nextcloud: ['stable21', 'stable22', 'stable23']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
- - php-versions: 7.4
+ - php-versions: 8.0
nextcloud: pre-release
database: sqlite
experimental: true
- - php-versions: 8.0
+ - php-versions: 8.1
nextcloud: pre-release
database: sqlite
experimental: true