bump php 7.x versions. Add image for php 8.0. Update reamde, ci.

This commit is contained in:
2021-01-12 18:47:01 +07:00
parent 0325f7a9b8
commit c68123d24b
6 changed files with 69 additions and 16 deletions

View File

@@ -6,21 +6,24 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan
#### Supported versions
* php 7.4.13
* composer 1.10.17
* xdebug 2.9.8
* rdkafka 3.1.2
* timecop 1.2.10
* php 7.3.25
* composer 1.10.17
* xdebug 2.9.8
* rdkafka 3.1.2
* timecop 1.2.10
* php 8.0.1
* composer 2.0.8
* xdebug 3.0.1
* php 7.4.14 (latest)
* composer 1.10.17
* xdebug 2.9.8
* rdkafka 3.1.2
* timecop 1.2.10
* php 7.3.26
* composer 1.10.17
* xdebug 2.9.8
* rdkafka 3.1.2
* timecop 1.2.10
* php 7.2.34
* composer 1.10.17
* xdebug 2.7.2
* rdkafka 3.1.2
* timecop 1.2.10
* composer 1.10.17
* xdebug 2.7.2
* rdkafka 3.1.2
* timecop 1.2.10
All images now include [zsh](https://www.zsh.org/), that allowed using [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) and its plugins for improving user experience.
@@ -31,6 +34,7 @@ To build container just use one of this commands:
make build-72
make build-73
make build-74
make build-80
```
#### Run