File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ docker run --rm --init -it -v $(pwd):/app -w /app kooldev/phpqa:7.4
4949
5050The 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
6162scripts :
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
You can’t perform that action at this time.
0 commit comments