From 9e825e4ed7ef965bd58988a5d18d950f5cf19194 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 1 Nov 2024 15:05:25 +0100 Subject: [PATCH] Build nc30 tests in CI Signed-off-by: Maximilian Bosch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74e46e236..78c71a153 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php-versions: [8.1, 8.2, 8.3] - nextcloud-versions: ['stable28', 'stable29'] + nextcloud-versions: ['stable30'] name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests steps: - name: Set up php${{ matrix.php-versions }}