add new php version 8.1

This commit is contained in:
2021-12-15 11:51:44 +07:00
parent b035b310e8
commit 96a7843d63
4 changed files with 51 additions and 3 deletions

View File

@@ -9,3 +9,6 @@ build-74:
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`