1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-19 17:13:31 +02:00

[ticket/17176] Update vagrant scripts

PHPBB3-17176
This commit is contained in:
Marc Alexander
2023-08-19 13:52:15 +02:00
parent 2c6de26871
commit d5e311282e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
PHP_VERSION="7.3"
PHP_VERSION="8.1"
PHPBB_PATH="/home/vagrant/phpbb"
PHPBB_CONFIG="${PHPBB_PATH}/phpBB/config.php"
PHPBB_INSTALL="${PHPBB_PATH}/vagrant/phpbb-install-config.yml"

View File

@ -14,7 +14,7 @@ keys:
folders:
- map: "."
to: "/home/vagrant/phpbb"
php: "7.3"
php: "8.1"
sites:
- map: phpbb.app