From 7a5ad292f1fb49dc3aef6ebc2730b647a6e21b37 Mon Sep 17 00:00:00 2001 From: grnd-alt Date: Mon, 18 Nov 2024 10:49:32 +0100 Subject: [PATCH] use update server version in tests Signed-off-by: grnd-alt --- .github/workflows/integration.yml | 4 ++-- .github/workflows/phpunit-mysql.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ae87ccd90..d68d28ee6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: matrix: php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['3rdparty/justinrainbow/json-schema'] name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: nextcloud/activity - ref: ${{ matrix.server-versions }} + ref: master path: apps/activity - name: Set up php ${{ matrix.php-versions }} diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 998a03879..9a9e46ae5 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -68,7 +68,7 @@ jobs: strategy: matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} - name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }} + name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud 3rdparty/justinrainbow/json-schema services: mysql: @@ -90,7 +90,7 @@ jobs: with: submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: 3rdparty/justinrainbow/json-schema - name: Checkout app uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2