Skip to content

Commit

Permalink
Enhancement: Upgrade to PHPArkitect 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMinoccheri committed Mar 15, 2023
1 parent 388af08 commit 25e2f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.17
ENV VERSION=0.3.18

RUN composer global require phparkitect/phparkitect $VERSION \
&& composer global require phpunit/phpunit \
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name: 'phparkitect-arkitect'

runs:
using: 'docker'
image: 'docker://phparkitect/arkitect-github-actions:0.3.17'
image: 'docker://phparkitect/arkitect-github-actions:0.3.18'

0 comments on commit 25e2f74

Please sign in to comment.