Skip to content

Commit 818e582

Browse files
committed
Use latest docker image
1 parent f3b0e2b commit 818e582

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)