File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 2
66jobs :
77 php71 :
88 docker :
9- - image : cimg/php:7 .1
9+ - image : cimg/php:8 .1
1010 steps :
1111 - checkout
1212 - run : sudo apt update -y
1616 - run : XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
1717 php72 :
1818 docker :
19- - image : cimg/php:7.2
19+ - image : cimg/php:8.1
2020 steps :
2121 - checkout
2222 - run : sudo apt update -y
2626 - run : XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
2727 php73 :
2828 docker :
29- - image : cimg/php:7.3
29+ - image : cimg/php:8.1
3030 steps :
3131 - checkout
3232 - run : sudo apt update -y
3636 - run : XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
3737 php74 :
3838 docker :
39- - image : cimg/php:7.4
39+ - image : cimg/php:8.1
4040 steps :
4141 - checkout
4242 - run : sudo apt update -y
4646 - run : XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-text
4747 php80 :
4848 docker :
49- - image : cimg/php:8.0
49+ - image : cimg/php:8.1
5050 steps :
5151 - checkout
5252 - run : php -v
You can’t perform that action at this time.
0 commit comments