File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ test:php:
3636 - build/docs/
3737 coverage : ' /^\s*Lines:\s*\d+.\d+\%/'
3838
39- test:php-last :
40- image : registry.gitlab.com/aplus-framework/images/base:3
39+ test:php-latest :
40+ image : registry.gitlab.com/aplus-framework/images/base:latest
4141 stage : test
4242 timeout : 10 minutes
4343 cache :
@@ -80,8 +80,8 @@ test:php:mysql:
8080 - vendor/bin/phpunit --colors=never
8181 coverage : ' /^\s*Lines:\s*\d+.\d+\%/'
8282
83- test:php:mysql-last :
84- image : registry.gitlab.com/aplus-framework/images/base:3
83+ test:php:mysql-latest :
84+ image : registry.gitlab.com/aplus-framework/images/base:latest
8585 stage : test
8686 timeout : 10 minutes
8787 cache :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ services:
1010 - mariadb
1111 - mysql
1212 tty : true
13- package-last :
14- image : registry.gitlab.com/aplus-framework/images/package:3
15- container_name : package-database-last
13+ package-latest :
14+ image : registry.gitlab.com/aplus-framework/images/package:latest
15+ container_name : package-database-latest
1616 working_dir : /package
1717 volumes :
1818 - .:/package
You can’t perform that action at this time.
0 commit comments