Skip to content

Commit ffda463

Browse files
committed
test: Test nextcloud/server#58020 "fix: Migrate getById to getFirstNodeById" artonge/fix/getById
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 8050413 commit ffda463

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
php-versions: ['8.4']
2727
databases: ['sqlite', 'mysql', 'pgsql']
28-
server-versions: ['master']
28+
server-versions: ['artonge/fix/getById']
2929
richdocuments-versions: ['main']
3030
primary-storage: ['local', 'minio']
3131

.github/workflows/phpunit-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
persist-credentials: false
9898
submodules: true
9999
repository: nextcloud/server
100-
ref: ${{ matrix.server-versions }}
100+
ref: artonge/fix/getById
101101

102102
- name: Checkout app
103103
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595
submodules: true
9696
repository: nextcloud/server
97-
ref: ${{ matrix.server-versions }}
97+
ref: artonge/fix/getById
9898

9999
- name: Checkout app
100100
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/phpunit-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
persist-credentials: false
108108
submodules: true
109109
repository: nextcloud/server
110-
ref: ${{ matrix.server-versions }}
110+
ref: artonge/fix/getById
111111

112112
- name: Checkout app
113113
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/phpunit-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
persist-credentials: false
9999
submodules: true
100100
repository: nextcloud/server
101-
ref: ${{ matrix.server-versions }}
101+
ref: artonge/fix/getById
102102

103103
- name: Checkout app
104104
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
persist-credentials: false
8888
submodules: true
8989
repository: nextcloud/server
90-
ref: ${{ matrix.server-versions }}
90+
ref: artonge/fix/getById
9191

9292
- name: Checkout app
9393
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)