We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c59073 commit fde2fceCopy full SHA for fde2fce
.gitlab-ci.yml
@@ -28,20 +28,15 @@ cache:
28
- vendor/bin/phpunit
29
30
# lowest version with the lowest dependencies
31
-test-7.1-lowest:
+test-7.2-lowest:
32
extends: .test
33
stage: test
34
- image: php:7.1
+ image: php:7.2
35
script:
36
- composer update --prefer-lowest
37
38
39
# lowest version
40
-test-7.1:
41
- extends: .test
42
- stage: test
43
44
-
45
test-7.2:
46
47
0 commit comments