mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
Actions: fix name of 7.2 step. Add badge to readme
This commit is contained in:
2
.github/workflows/continious-integration.yml
vendored
2
.github/workflows/continious-integration.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image 7.2
|
||||||
run: |
|
run: |
|
||||||
docker build --tag=local-composer:7.2 ./v7.2
|
docker build --tag=local-composer:7.2 ./v7.2
|
||||||
docker run --rm local-composer:7.2 php -v
|
docker run --rm local-composer:7.2 php -v
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
### Docker images with php and composer inside
|
### Docker images with php and composer inside
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
#### Supported versions
|
#### Supported versions
|
||||||
|
|
||||||
* php 7.4.3
|
* php 7.4.3
|
||||||
|
|||||||
Reference in New Issue
Block a user