Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-03-31 21:37:07 +0300
committerMaxence Lange <maxence@artificial-owl.com>2022-03-31 21:37:07 +0300
commitca0af804b285f880d152fbb2a390cb871672c644 (patch)
tree956ad14d0ec4d0e99e796bf2ff5d50cb3fc95619
parentcedeb1c1aeea894637fb9f16abfb3ab5b7af72a9 (diff)
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--.github/workflows/phpunit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index c3fb5bb0..ccd28d46 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