We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e78369 + 51496b6 commit e7d34d2Copy full SHA for e7d34d2
1 file changed
.github/workflows/garm.yml
@@ -20,14 +20,14 @@ 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-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' }}
24
options: --name server
25
ports:
26
- 80:80
27
strategy:
28
fail-fast: false
29
matrix:
30
- server: [ stable22, stable33, master ]
+ server: [ stable22, stable34, master ]
31
api-level: [ 29 ] # [ 21, 36 ]
32
steps:
33
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
0 commit comments