Merge 1.x into master #1
|
@ -21,7 +21,7 @@ before_script:
|
||||||
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
# If Xdebug was installed you can generate a coverage report and see code coverage metrics.
|
||||||
test:7.4:
|
test:7.4:
|
||||||
only:
|
only:
|
||||||
- 1.x-dev
|
- 1.x
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
image: php:7.4
|
image: php:7.4
|
||||||
|
@ -29,7 +29,7 @@ test:7.4:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
|
||||||
test:8.0:
|
test:8.0:
|
||||||
only:
|
only:
|
||||||
- 1.x-dev
|
- 1.x
|
||||||
tags:
|
tags:
|
||||||
- default
|
- default
|
||||||
image: php:8.0
|
image: php:8.0
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
This simply uses the FFI extension to enable _getch and _ungetch in Windows and linux.
|
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
|
```shell script
|
||||||
$ composer require sikofitt/getch:dev-master
|
$ composer require sikofitt/getch:dev-master
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue