Skip to content

Commit 34c6534

Browse files
authored
rollback to 6.0-dev
1 parent 926bdd8 commit 34c6534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
platforms: linux/amd64
3434
build-args: |
3535
BASE_TAG=8.3-apache-bookworm
36-
MAUTIC_VERSION=6.0.7
36+
MAUTIC_VERSION=6.0-dev
3737
FLAVOUR=${{ matrix.image_type }}
3838
3939
- name: Save image to tar file

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
5959
RUN echo "memory_limit = -1" > /usr/local/etc/php/php.ini
6060

6161
# Define Mautic version by package tag
62-
ARG MAUTIC_VERSION=6.0.7
62+
ARG MAUTIC_VERSION=6.0-dev
6363

6464
RUN cd /opt && \
6565
COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_PROCESS_TIMEOUT=10000 composer create-project mautic/recommended-project:${MAUTIC_VERSION} mautic --no-interaction && \

0 commit comments

Comments
 (0)