From ffda463c584df5630e6896353ba415c82dfcf270 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 3 Feb 2026 13:43:01 +0100 Subject: [PATCH] test: Test nextcloud/server#58020 "fix: Migrate getById to getFirstNodeById" artonge/fix/getById Signed-off-by: Joas Schilling --- .github/workflows/integration.yml | 2 +- .github/workflows/phpunit-mariadb.yml | 2 +- .github/workflows/phpunit-mysql.yml | 2 +- .github/workflows/phpunit-oci.yml | 2 +- .github/workflows/phpunit-pgsql.yml | 2 +- .github/workflows/phpunit-sqlite.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8ddf157..7902632 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,7 +25,7 @@ jobs: matrix: php-versions: ['8.4'] databases: ['sqlite', 'mysql', 'pgsql'] - server-versions: ['master'] + server-versions: ['artonge/fix/getById'] richdocuments-versions: ['main'] primary-storage: ['local', 'minio'] diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index bfaf6a1..e0aa682 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -97,7 +97,7 @@ jobs: persist-credentials: false submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: artonge/fix/getById - name: Checkout app uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 768f5ad..1fde5f2 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -94,7 +94,7 @@ jobs: persist-credentials: false submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: artonge/fix/getById - name: Checkout app uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index 56fa605..f2e9ed8 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -107,7 +107,7 @@ jobs: persist-credentials: false submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: artonge/fix/getById - name: Checkout app uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 5d26695..aafab8f 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -98,7 +98,7 @@ jobs: persist-credentials: false submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: artonge/fix/getById - name: Checkout app uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 66e834a..58524e6 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -87,7 +87,7 @@ jobs: persist-credentials: false submodules: true repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: artonge/fix/getById - name: Checkout app uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1