From b05d9190e31a1ebfbb4a23b757cdc9339f80a031 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 25 Oct 2024 12:10:02 +0200 Subject: [PATCH] ci: Add stable30 to the test matrix Signed-off-by: Christoph Wurst --- .github/workflows/static-analysis.yml | 2 +- .github/workflows/test.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 348aab56..e1c89f43 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ocp-version: [ 'dev-master', 'dev-stable29', 'dev-stable28' ] + ocp-version: [ 'dev-master', 'dev-stable30', 'dev-stable29', 'dev-stable28' ] name: Nextcloud ${{ matrix.ocp-version }} steps: - name: Checkout diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbc96baf..95841b5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,8 @@ jobs: nextcloud-versions: stable28 - php-versions: 8.3 nextcloud-versions: stable29 + - php-versions: 8.3 + nextcloud-versions: stable30 name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests steps: - name: Set up php${{ matrix.php-versions }} @@ -59,6 +61,9 @@ jobs: - php-versions: 8.3 nextcloud-versions: stable29 db: 'sqlite' + - php-versions: 8.3 + nextcloud-versions: stable30 + db: 'sqlite' name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests steps: - name: Set up php${{ matrix.php-versions }}