From 040f6b02a3c1a6cc035f3ec5e8e4430dbe9d995f Mon Sep 17 00:00:00 2001 From: Pietro Campagnano Date: Fri, 22 Dec 2023 17:11:50 +0100 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 891c493..2a8c007 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ name: 'phparkitect-arkitect' runs: using: 'docker' - image: 'docker://phparkitect/arkitect-github-actions:0.3.25' + image: 'docker://phparkitect/arkitect-github-actions:0.3.26' From 5737b53ff0dc7fdc7441155864e385112b314a58 Mon Sep 17 00:00:00 2001 From: Pietro Campagnano Date: Fri, 22 Dec 2023 17:13:15 +0100 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d612fec..b22298c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini -ENV VERSION=0.3.25 +ENV VERSION=0.3.26 RUN composer global require phparkitect/phparkitect $VERSION \ && composer global require phpunit/phpunit \