1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-16 21:58:17 +01: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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View File

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

View File

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