Skip to content

Commit b607926

Browse files
committed
Updating README
1 parent 0bbebbd commit b607926

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ docker run --rm --init -it -v $(pwd):/app -w /app kooldev/phpqa:7.4
4949

5050
The image built is [`kooldev/phpqa`](https://hub.docker.com/r/kooldev/phpqa/tags?page=1&ordering=last_updated) with tags:
5151

52-
- [**`7.4`**](https://github.com/kool-dev/docker-phpqa/blob/main/7.4/Dockerfile)
52+
- [**`8.1`**](https://github.com/kool-dev/docker-phpqa/blob/main/8.1/Dockerfile)
5353
- [**`8.0`**](https://github.com/kool-dev/docker-phpqa/blob/main/8.0/Dockerfile)
54+
- [**`7.4`**](https://github.com/kool-dev/docker-phpqa/blob/main/7.4/Dockerfile)
5455

5556
## Using `kool.yml`
5657

@@ -60,7 +61,7 @@ Examples of what you can do in a `kool` powered environment. Add to your `kool.y
6061
# kool.yml
6162
scripts:
6263
# just an alias to the PHPQA container
63-
phpqa: kool docker kooldev/phpqa:8.0
64+
phpqa: kool docker kooldev/phpqa:8.1
6465
# using the alias to call each tool with predefined parameters
6566
# assuming your application code is located in a `app/` folder
6667
phan: kool run phpqa phan --color -p -l app -iy 5

0 commit comments

Comments
 (0)