Update gitlab-ci

This commit is contained in:
R. Eric Wheeler 2021-01-25 14:03:39 -08:00
parent de1084eed1
commit ad7928afde
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ before_script:
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
test:7.4:
only:
- 1.x-dev
- 1.x
tags:
- default
image: php:7.4
@ -29,7 +29,7 @@ test:7.4:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
test:8.0:
only:
- 1.x-dev
- 1.x
tags:
- default
image: php:8.0

View File

@ -2,6 +2,9 @@
This simply uses the FFI extension to enable _getch and _ungetch in Windows and linux.
[![pipeline status](https://repos.bgemi.net/sikofitt/getch/badges/1.x/pipeline.svg)](https://repos.bgemi.net/sikofitt/getch/-/commits/1.x)
[![coverage report](https://repos.bgemi.net/sikofitt/getch/badges/1.x/coverage.svg)](https://repos.bgemi.net/sikofitt/getch/-/commits/1.x)
```shell script
$ composer require sikofitt/getch:dev-master
```