Skip to content

Commit 99694da

Browse files
committed
chore(CI): Adjust testing matrix for Nextcloud 31 on stable31
Signed-off-by: Joas Schilling <[email protected]>
1 parent a023ef9 commit 99694da

6 files changed

+14
-15
lines changed

β€Ž.github/workflows/phpunit-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9797
with:
9898
repository: nextcloud/circles
99-
ref: master
99+
ref: stable31
100100
path: apps/circles
101101

102102
- name: Checkout app

β€Ž.github/workflows/phpunit-oci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
110110
with:
111111
repository: nextcloud/circles
112-
ref: master
112+
ref: stable31
113113
path: apps/circles
114114

115115
- name: Checkout app

β€Ž.github/workflows/phpunit-pgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
100100
with:
101101
repository: nextcloud/circles
102-
ref: master
102+
ref: stable31
103103
path: apps/circles
104104

105105
- name: Checkout app

β€Ž.github/workflows/phpunit-sqlite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8989
with:
9090
repository: nextcloud/circles
91-
ref: master
91+
ref: stable31
9292
path: apps/circles
9393

9494
- name: Checkout app

β€Žcomposer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"roave/security-advisories": "dev-latest",
44
"sabre/dav": "^4.1",
55
"sabre/xml": "^2.2",
6-
"nextcloud/ocp": "dev-master"
6+
"nextcloud/ocp": "dev-stable31"
77
},
88
"require": {
99
"bamarni/composer-bin-plugin": "^1.8"

β€Žcomposer.lock

+9-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)