We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f620191 commit 3556615Copy full SHA for 3556615
1 file changed
.github/workflows/garm.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-24.04
21
services:
22
server:
23
- image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server:stable30' }}
+ image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server:latest' }}
24
options: --name server
25
ports:
26
- 80:80
0 commit comments