Update dev to PHP 8.1

This commit is contained in:
Robin 2022-01-28 13:56:14 +01:00
parent 28ec8a4c9b
commit 802d38abac
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ First, follow regular update instructions on the website (uploading files etc).
| --- | ------------------ | ----------- | ---------------- | ----- | --- | ------------------ | ----------- | ---------------- | -----
**v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended** **v2-pr12** | **v2.0.0-pr12** | **8.0** | **Yes** | **Recommended**
v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules v2-pr12-php74 | v2.0.0-pr12 | 7.4 | Yes | For compatibility with legacy modules
dev | v2 development | 8.0 | Yes | Testing only, reinstall frequently. dev | v2 development | 8.1 | Yes | Testing only, reinstall frequently.
### Legacy tags ### Legacy tags

View File

@ -18,4 +18,4 @@ deploy_php(){
} }
# Tag PHP NamelessMC # Tag PHP NamelessMC
deploy_php dev 8.0 v2 deploy_php dev 8.1 v2

View File

@ -1,4 +1,4 @@
ARG PHP_VERSION=7.4 ARG PHP_VERSION=8.1
FROM php:${PHP_VERSION}-fpm-alpine FROM php:${PHP_VERSION}-fpm-alpine
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/