add php 8.2

This commit is contained in:
2022-12-14 13:07:13 +07:00
parent 8fbcde7e62
commit 47a13739ec
4 changed files with 49 additions and 1 deletions

View File

@@ -11,4 +11,7 @@ build-80:
cd ./v8.0 && docker build --tag=php-for-dev:8.0 `pwd`
build-81:
cd ./v8.1 && docker build --tag=php-for-dev:8.1 `pwd`
cd ./v8.1 && docker build --tag=php-for-dev:8.1 `pwd`
build-82:
cd ./v8.2 && docker build --tag=php-for-dev:8.2 `pwd`