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 ea3d877 commit 8f5dcf3Copy full SHA for 8f5dcf3
.gitlab-ci.yml
@@ -11,25 +11,25 @@ before_script:
11
- curl -sS https://getcomposer.org/installer | php
12
- php composer.phar install
13
14
-test:7.2:
+test:7.3:
15
stage: test
16
- image: php:7.2
+ image: php:7.3
17
script:
18
- vendor/bin/phpunit --coverage-text --colors=never
19
20
-test:7.3:
+test:7.4:
21
22
- image: php:7.3
+ image: php:7.4
23
24
25
26
release:
27
stage: deploy
28
29
script: "true"
30
dependencies:
31
- - test:7.2
32
- test:7.3
+ - test:7.4
33
artifacts:
34
paths:
35
- src/main
0 commit comments