1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00

Try using nanasess/setup-php action to resolve issue where setup/webmail.sh, which runs the roundcubemail/bin/updatedb.sh script, fails with "Unsupported PHP version. Required PHP >= 5.4 and < 8.0" indicating that PHP >= 8.0 is actually installed!

This commit is contained in:
downtownallday 2021-08-23 12:58:42 -04:00
parent 5911f05f89
commit d8c52fedc5

View File

@ -9,6 +9,10 @@ jobs:
FEATURE_MUNIN: false
steps:
- uses: actions/checkout@v2
# without nanasess/setup-pup setup/webmail.sh returns "Unsupported PHP version. Required PHP >= 5.4 and < 8.0", which is generated by roundcubemail/program/include/iniset.php indicating that PHP >= 8.0
- uses: nanasess/setup-php@master
with:
php-version: '7.2'
- name: setup
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh upgrade basic
- name: test-runner