Skip to content

Commit e7d34d2

Browse files
Merge pull request #2055 from nextcloud/garmPhp
Bump to PHP 8.3 for stable34/master
2 parents 2e78369 + 51496b6 commit e7d34d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/garm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
services:
2222
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' }}
23+
image: ${{ matrix.server == 'stable22' && 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.0:1' || 'ghcr.io/nextcloud/continuous-integration-shallow-server-php8.3:latest' }}
2424
options: --name server
2525
ports:
2626
- 80:80
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
server: [ stable22, stable33, master ]
30+
server: [ stable22, stable34, master ]
3131
api-level: [ 29 ] # [ 21, 36 ]
3232
steps:
3333
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)