Skip to content

Commit 4d43555

Browse files
committed
CircleCI: Add PHP 7.2 lint
1 parent db998dc commit 4d43555

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ workflows:
4242
post-steps:
4343
- composer/exec:
4444
command: style:check
45+
46+
- composer/install:
47+
name: style-check-php-7.2
48+
executor: composer/php-72
49+
post-steps:
50+
- composer/exec:
51+
command: style:check

0 commit comments

Comments
 (0)