From d9c817f2daf71632eb4431109332a3c5586331e7 Mon Sep 17 00:00:00 2001 From: Alessandro Minoccheri Date: Wed, 29 Mar 2023 17:51:03 +0000 Subject: [PATCH] Enhancement: Upgrade to PHPArkitect 0.3.21 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9027ac0..f1a6e0a 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.20 +ENV VERSION=0.3.21 RUN composer global require phparkitect/phparkitect $VERSION \ && composer global require phpunit/phpunit \ diff --git a/action.yml b/action.yml index ba16c2d..47377fd 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.20' + image: 'docker://phparkitect/arkitect-github-actions:0.3.21'