File tree 1 file changed +3
-2
lines changed
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
49
49
50
50
The image built is [ ` kooldev/phpqa ` ] ( https://hub.docker.com/r/kooldev/phpqa/tags?page=1&ordering=last_updated ) with tags:
51
51
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 )
53
53
- [ ** ` 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 )
54
55
55
56
## Using ` kool.yml `
56
57
@@ -60,7 +61,7 @@ Examples of what you can do in a `kool` powered environment. Add to your `kool.y
60
61
# kool.yml
61
62
scripts :
62
63
# just an alias to the PHPQA container
63
- phpqa : kool docker kooldev/phpqa:8.0
64
+ phpqa : kool docker kooldev/phpqa:8.1
64
65
# using the alias to call each tool with predefined parameters
65
66
# assuming your application code is located in a `app/` folder
66
67
phan : kool run phpqa phan --color -p -l app -iy 5
You can’t perform that action at this time.
0 commit comments