mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Try running update-alternatives for php 7.2 as before system-setup
This commit is contained in:
parent
d8c52fedc5
commit
bad57e8688
9
.github/workflows/run-tests.yml
vendored
9
.github/workflows/run-tests.yml
vendored
@ -10,9 +10,12 @@ jobs:
|
||||
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'
|
||||
# However, setup/zpush.sh then fails to install package "php-xsl" with "E: Package 'php-xsl' has no installation candidate"
|
||||
# - uses: nanasess/setup-php@master
|
||||
# with:
|
||||
# php-version: '7.2'
|
||||
- name: update-system-php
|
||||
run: sudo update-alternatives --set php /usr/bin/php7.2
|
||||
- name: setup
|
||||
run: sudo -E tests/system-setup/remote-nextcloud-docker.sh upgrade basic
|
||||
- name: test-runner
|
||||
|
Loading…
Reference in New Issue
Block a user