From f37034374b922fa9815c361e801fc89f0c40bd46 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 2 Dec 2025 10:02:56 +0000 Subject: [PATCH] Enhancement: Upgrade to PHPArkitect 0.7.0 --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c02661f..e1db017 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.6.0 +ENV VERSION=0.7.0 RUN composer global require phparkitect/phparkitect $VERSION \ && composer global require phpunit/phpunit \ diff --git a/action.yml b/action.yml index df3efa9..802eab5 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ name: "phparkitect-arkitect" runs: using: "docker" - image: "docker://phparkitect/arkitect-github-actions:0.6.0" + image: "docker://phparkitect/arkitect-github-actions:0.7.0"