Skip to content

Commit 35960cb

Browse files
committed
ci: use nextcloud-dev-php master tag
Signed-off-by: Saw-jan <[email protected]>
1 parent 467bbf3 commit 35960cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
php_versions:
1515
required: false
1616
type: string
17-
default: "8.2 8.3 8.4"
17+
default: "8.1 8.2 8.3"
1818

1919
name: CI
2020

@@ -111,7 +111,7 @@ jobs:
111111

112112
services:
113113
nextcloud:
114-
image: ghcr.io/juliusknorr/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:20231202-1
114+
image: ghcr.io/juliusknorr/nextcloud-dev-php${{ format('{0}{1}', matrix.phpVersionMajor,matrix.phpVersionMinor) }}:master
115115
env:
116116
SQL: ${{ matrix.database }}
117117
SERVER_BRANCH: ${{ matrix.nextcloudVersion }}
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/checkout@v6
179179
with:
180180
repository: h2CK/oidc
181-
ref: 1.14.6
181+
ref: 1.14.5
182182
fetch-tags: true
183183
path: oidc
184184

0 commit comments

Comments
 (0)