From 999a73b182856e7f6be93a92bc56588915adfcea Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 30 Nov 2021 15:09:10 +0100 Subject: chore: update CI Signed-off-by: Sean Molenaar --- .github/workflows/api-integration-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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 -- cgit v1.2.3