Skip to content

Commit fde2fce

Browse files
committed
Do not build in 7.1
1 parent 3c59073 commit fde2fce

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,15 @@ cache:
2828
- vendor/bin/phpunit
2929

3030
# lowest version with the lowest dependencies
31-
test-7.1-lowest:
31+
test-7.2-lowest:
3232
extends: .test
3333
stage: test
34-
image: php:7.1
34+
image: php:7.2
3535
script:
3636
- composer update --prefer-lowest
3737
- vendor/bin/phpunit
3838

3939
# lowest version
40-
test-7.1:
41-
extends: .test
42-
stage: test
43-
image: php:7.1
44-
4540
test-7.2:
4641
extends: .test
4742
stage: test

0 commit comments

Comments
 (0)