File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1919name : 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
You can’t perform that action at this time.
0 commit comments