Skip to content

Commit db998dc

Browse files
committed
CircleCI: Add PHP 7.4 test
1 parent d495a3c commit db998dc

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
@@ -16,6 +16,13 @@ workflows:
1616
- codecov/upload:
1717
file: tests/_output/coverage.xml
1818

19+
- composer/install:
20+
name: test-7.4
21+
executor: composer/php-74
22+
post-steps:
23+
- composer/exec:
24+
command: test
25+
1926
- composer/install:
2027
name: test-7.3
2128
executor: composer/php-73

0 commit comments

Comments
 (0)