File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV COMPOSER_HOME=/composer
1616
1717RUN 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
2121RUN composer global require phparkitect/phparkitect $VERSION \
2222 && composer global require phpunit/phpunit \
Original file line number Diff line number Diff line change 11# https://help.github.com/en/articles/metadata-syntax-for-github-actions
22
3- author : ' AlessandroMinoccheri'
3+ author : " AlessandroMinoccheri"
44
55branding :
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
1313runs :
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 "
You can’t perform that action at this time.
0 commit comments