Skip to content

Commit d22eadd

Browse files
committed
Bump to 0.3.27
1 parent f09f89d commit d22eadd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.26
19+
ENV VERSION=0.3.27
2020

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

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
22

3-
author: 'AlessandroMinoccheri'
3+
author: "AlessandroMinoccheri"
44

55
branding:
6-
icon: 'check'
7-
color: 'blue'
6+
icon: "check"
7+
color: "blue"
88

9-
description: 'Use Arkitect via GithubAction.'
9+
description: "Use Arkitect via GithubAction."
1010

11-
name: 'phparkitect-arkitect'
11+
name: "phparkitect-arkitect"
1212

1313
runs:
14-
using: 'docker'
15-
image: 'docker://phparkitect/arkitect-github-actions:0.3.26'
14+
using: "docker"
15+
image: "docker://phparkitect/arkitect-github-actions:0.3.27"

0 commit comments

Comments
 (0)