Skip to content

Commit c0f09b9

Browse files
committed
Update Magento versions in PHPStan Dockerfiles
1 parent 0c1917c commit c0f09b9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

magento-phpstan/Dockerfile:7.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:7.3-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.3.7-p3"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.3-p3"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

magento-phpstan/Dockerfile:7.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:7.4-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.3-p2"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.5-p14"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

magento-phpstan/Dockerfile:8.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:8.1-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.4"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.7-p8"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

magento-phpstan/Dockerfile:8.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:8.2-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.6-p3"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.8-p3"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

magento-phpstan/Dockerfile:8.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:8.3-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.7"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.8-p3"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

magento-phpstan/Dockerfile:8.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM extdn/magento-integration-tests-action:8.4-latest AS builder
22

33
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
4-
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.8"
4+
RUN composer create-project --repository=https://repo-magento-mirror.fooman.co.nz/ --no-plugins --no-install --no-interaction magento/project-community-edition /var/www/magento2ce "2.4.8-p3"
55

66
WORKDIR "/var/www/magento2ce"
77
# https://github.com/composer/composer/issues/12623#issuecomment-3551953185

0 commit comments

Comments
 (0)