File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11version : 2
22jobs :
3- build_php7 :
3+ build_php7.4 :
4+ docker :
5+ - image : circleci/php:7.4.6
6+ steps :
7+ - checkout
8+ - run : COMPOSER=composer.json composer install
9+ - run : COMPOSER=composer.json composer test
10+ - run : COMPOSER=composer.json composer phpstan
11+ - run : COMPOSER=composer.json composer lint
12+ build_php7.3 :
413 docker :
514 - image : circleci/php:7.3.1
615 steps :
918 - run : COMPOSER=composer.json composer test
1019 - run : COMPOSER=composer.json composer phpstan
1120 - run : COMPOSER=composer.json composer lint
12- build_php5 :
21+ build_php5.6 :
1322 docker :
1423 - image : circleci/php:5.6.40-zts-stretch-node-browsers-legacy
1524 steps :
@@ -20,5 +29,6 @@ workflows:
2029 version : 2
2130 build_php_versions :
2231 jobs :
23- - build_php5
24- - build_php7
32+ - build_php5.6
33+ - build_php7.3
34+ - build_php7.4
You can’t perform that action at this time.
0 commit comments