Skip to content

Commit 4751121

Browse files
committed
job specific docker images in gitlab ci
1 parent 02b8228 commit 4751121

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ before_script:
66
- apt-get -y install autoconf build-essential gcc g++ valgrind
77

88
php71:
9+
image: php:7.1
910
stage: build
1011
script:
1112
- phpize
@@ -19,6 +20,7 @@ php71:
1920
- modules/bencode.so
2021

2122
php72:
23+
image: php:7.2
2224
stage: build
2325
script:
2426
- phpize
@@ -32,6 +34,7 @@ php72:
3234
- modules/bencode.so
3335

3436
php73:
37+
image: php:7.3
3538
stage: build
3639
script:
3740
- phpize

0 commit comments

Comments
 (0)