From cedeb1c1aeea894637fb9f16abfb3ab5b7af72a9 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 31 Mar 2022 14:34:43 -0100 Subject: [PATCH 1/2] use stable23 for oci tests Signed-off-by: Maxence Lange --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 3aa30442e..c3fb5bb0d 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -210,6 +210,7 @@ jobs: matrix: php-versions: ['7.4'] databases: ['oci'] + server-versions: ["stable23"] name: php${{ matrix.php-versions }}-${{ matrix.databases }} From ca0af804b285f880d152fbb2a390cb871672c644 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 31 Mar 2022 17:37:07 -0100 Subject: [PATCH 2/2] fix steps Signed-off-by: Maxence Lange --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c3fb5bb0d..ccd28d462 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -212,7 +212,7 @@ jobs: databases: ['oci'] server-versions: ["stable23"] - name: php${{ matrix.php-versions }}-${{ matrix.databases }} + name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} services: oracle: @@ -225,7 +225,7 @@ jobs: uses: actions/checkout@v2 with: repository: nextcloud/server - ref: ${{ env.GITHUB_BASE_REF }} + ref: ${{ matrix.server-versions }} - name: Checkout submodules shell: bash