diff --git a/.github/workflows/garm.yml b/.github/workflows/garm.yml index e88e6fe271..a3c2a8937c 100644 --- a/.github/workflows/garm.yml +++ b/.github/workflows/garm.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-24.04 services: server: - image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.2:1' }} + image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.3:latest' }} options: --name server ports: - 80:80