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 \ 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'