Skip to content

Commit 46b8fa0

Browse files
committed
Prepare v4
1 parent 36eb0f5 commit 46b8fa0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
- { tag: 'v3.7', php: '8.3', distro: bookworm, version-override: "", latest-tag: true }
3939
- { tag: '3.x', php: '8.2', distro: bookworm, version-override: "v3-dev", latest-tag: false }
4040
- { tag: '3.x', php: '8.3', distro: bookworm, version-override: "v3-dev", latest-tag: false }
41-
- { tag: '4.x', php: '8.3', distro: bookworm, version-override: "v4-dev", latest-tag: false }
41+
- { tag: 'v4.0', php: '8.4', distro: bookworm, version-override: "", latest-tag: true }
4242
- { tag: '4.x', php: '8.4', distro: bookworm, version-override: "v4-dev", latest-tag: false }
4343

44+
4445
steps:
4546
- uses: actions/checkout@v4
4647
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG PHP_VERSION="8.3"
3+
ARG PHP_VERSION="8.4"
44
ARG DEBIAN_VERSION="bookworm"
55

66
FROM php:${PHP_VERSION}-fpm-${DEBIAN_VERSION} AS pimcore_php_min

0 commit comments

Comments
 (0)