diff --git a/.github/workflows/garm.yml b/.github/workflows/garm.yml index 41f8e4afe..796866b1a 100644 --- a/.github/workflows/garm.yml +++ b/.github/workflows/garm.yml @@ -20,14 +20,14 @@ 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 strategy: fail-fast: false matrix: - server: [ stable22, stable33, master ] + server: [ stable22, stable34, master ] api-level: [ 29 ] # [ 21, 36 ] steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3