From e3a2898dfc7b6115641effcd1e6d074e8d1c9e04 Mon Sep 17 00:00:00 2001 From: Jonathan Flueren Date: Tue, 3 May 2022 22:21:01 +0200 Subject: [PATCH] Add Nextcloud 24 ci test --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cbbc62..b0cbe18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['sqlite'] - server-versions: ['stable21', 'stable22', 'stable23'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -78,7 +78,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['mysql'] - server-versions: ['stable21', 'stable22', 'stable23'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -145,7 +145,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['pgsql'] - server-versions: ['stable21', 'stable22', 'stable23'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -214,7 +214,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['oci'] - server-versions: ['stable21', 'stable22', 'stable23'] + server-versions: ['stable21', 'stable22', 'stable23', 'stable24'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}