We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26e472 commit f620191Copy full SHA for f620191
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:stable30' || 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' }}
+ image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server:stable30' }}
24
options: --name server
25
ports:
26
- 80:80
0 commit comments