Skip to content

Commit 7589800

Browse files
authored
chore(ZMS-3237): Update build-images.yaml swap order add jobs for php 8.2 and php 8.3
1 parent c570639 commit 7589800

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-images.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- '*'
99

1010
jobs:
11-
php_v8_2:
11+
php_v8_3:
1212
runs-on: ubuntu-latest
1313
env:
1414
IMAGE: ghcr.io/it-at-m/eappointment-php-base
15-
VERSION: "8.2"
16-
DOCKERFILE: php82/Dockerfile
17-
XDEBUG_VERSION: "xdebug-3.2.0"
15+
VERSION: "8.3"
16+
DOCKERFILE: php83/Dockerfile
17+
XDEBUG_VERSION: "xdebug-3.3.0"
1818
COMPOSER_VERSION: "2"
1919
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020

@@ -61,13 +61,13 @@ jobs:
6161
- name: Push dev image to GHCR
6262
run: docker push "${{ env.IMAGE }}:${{ env.VERSION }}-dev"
6363

64-
php_v8_3:
64+
php_v8_2:
6565
runs-on: ubuntu-latest
6666
env:
6767
IMAGE: ghcr.io/it-at-m/eappointment-php-base
68-
VERSION: "8.3"
69-
DOCKERFILE: php83/Dockerfile
70-
XDEBUG_VERSION: "xdebug-3.3.0"
68+
VERSION: "8.2"
69+
DOCKERFILE: php82/Dockerfile
70+
XDEBUG_VERSION: "xdebug-3.2.0"
7171
COMPOSER_VERSION: "2"
7272
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373

0 commit comments

Comments
 (0)