Skip to content

Commit 3736514

Browse files
committed
add 8.3 to README and kool.yml
1 parent 97b3de4 commit 3736514

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ 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+
- [**`8.3`**](https://github.com/kool-dev/docker-phpqa/blob/main/8.3/Dockerfile)
5253
- [**`8.1`**](https://github.com/kool-dev/docker-phpqa/blob/main/8.1/Dockerfile)
5354
- [**`8.0`**](https://github.com/kool-dev/docker-phpqa/blob/main/8.0/Dockerfile)
5455
- [**`7.4`**](https://github.com/kool-dev/docker-phpqa/blob/main/7.4/Dockerfile)

kool.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ scripts:
99
- docker build --pull -t kooldev/phpqa:8.0 8.0
1010
# PHP 8.1
1111
- docker build --pull -t kooldev/phpqa:8.1 8.1
12+
# PHP 8.3
13+
- docker build --pull -t kooldev/phpqa:8.3 8.3

0 commit comments

Comments
 (0)