mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-16 13:48:58 +01:00
[ticket/17176] Update vagrant scripts
PHPBB3-17176
This commit is contained in:
parent
2c6de26871
commit
d5e311282e
@ -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"
|
||||
|
@ -14,7 +14,7 @@ keys:
|
||||
folders:
|
||||
- map: "."
|
||||
to: "/home/vagrant/phpbb"
|
||||
php: "7.3"
|
||||
php: "8.1"
|
||||
|
||||
sites:
|
||||
- map: phpbb.app
|
||||
|
Loading…
x
Reference in New Issue
Block a user