Skip to content

Commit 15fcf98

Browse files
authored
Merge pull request #10 from phparkitect/0.3.26
release 0.3.26
2 parents 21a7cb8 + 5737b53 commit 15fcf98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer
1616

1717
RUN echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/memory-limit.ini
1818

19-
ENV VERSION=0.3.25
19+
ENV VERSION=0.3.26
2020

2121
RUN composer global require phparkitect/phparkitect $VERSION \
2222
&& composer global require phpunit/phpunit \

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name: 'phparkitect-arkitect'
1212

1313
runs:
1414
using: 'docker'
15-
image: 'docker://phparkitect/arkitect-github-actions:0.3.25'
15+
image: 'docker://phparkitect/arkitect-github-actions:0.3.26'

0 commit comments

Comments
 (0)