Skip to content

Commit 8f5dcf3

Browse files
committed
Remove tests on PHP 7.2 and add PHP 7.4
1 parent ea3d877 commit 8f5dcf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ before_script:
1111
- curl -sS https://getcomposer.org/installer | php
1212
- php composer.phar install
1313

14-
test:7.2:
14+
test:7.3:
1515
stage: test
16-
image: php:7.2
16+
image: php:7.3
1717
script:
1818
- vendor/bin/phpunit --coverage-text --colors=never
1919

20-
test:7.3:
20+
test:7.4:
2121
stage: test
22-
image: php:7.3
22+
image: php:7.4
2323
script:
2424
- vendor/bin/phpunit --coverage-text --colors=never
2525

2626
release:
2727
stage: deploy
28-
image: php:7.3
28+
image: php:7.4
2929
script: "true"
3030
dependencies:
31-
- test:7.2
3231
- test:7.3
32+
- test:7.4
3333
artifacts:
3434
paths:
3535
- src/main

0 commit comments

Comments
 (0)