We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27e954 commit 7efae33Copy full SHA for 7efae33
Dockerfile
@@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer
16
17
RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini
18
19
-ENV VERSION=0.2.18
+ENV VERSION=0.2.20
20
21
RUN composer global require phparkitect/phparkitect $VERSION \
22
&& composer global require phpunit/phpunit \
action.yml
@@ -12,4 +12,4 @@ name: 'phparkitect-arkitect'
12
13
runs:
14
using: 'docker'
15
- image: 'docker://phparkitect/arkitect-github-actions:0.2.18'
+ image: 'docker://phparkitect/arkitect-github-actions:0.2.20'
0 commit comments