stable

Clone or download

Read-only

Tuleap uses PHP 8.0 by default

PHP 7.4 support is kept until the next release: PHP FPM configuration can still be redeployed and the tuleap-php-fpm unit can be overriden to use PHP 7.4. To make sure no PHP 7.4 incompatible changes are introduced until the next release, the dev environment and Psalm are kept under PHP 7.4. Part of request #22186: Run Tuleap with PHP 8.0 Change-Id: I3ff30895e491c1b1b878b47d28ecb1c57b14eb6d

Modified Files

Name
M Makefile +10 −10 Go to diff View file
M docker-compose-distlp-tests.yml +2 −2 Go to diff View file
R docker-compose-php80.yml Go to diff View file
M docker-compose.yml +1 −1 Go to diff View file
M src/etc/nginx/README.mkd +3 −3 Go to diff View file
M src/etc/nginx/vhosts/Readme.md +1 −1 Go to diff View file
M src/etc/nginx/vhosts/fpm.conf +5 −5 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +3 −3 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/SiteDeployCommand.php +1 −1 Go to diff View file
M src/utils/systemd/tuleap-php-fpm.service +4 −4 Go to diff View file
M tests/Jenkinsfile +8 −8 Go to diff View file
M tests/Jenkinsfile-nightly +16 −16 Go to diff View file
M tests/actions.groovy +3 −3 Go to diff View file
M tests/build_and_run/test.sh +1 −1 Go to diff View file
M tests/e2e/distlp/environment-backend-web +1 −1 Go to diff View file
M tests/e2e/distlp/wrap.sh +2 −2 Go to diff View file
M tests/e2e/docker/reverse-proxy.dockerfile +2 −2 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +1 −1 Go to diff View file
M tests/e2e/full/wrap.sh +1 −1 Go to diff View file
M tools/distlp/reverse-proxy/run.sh +1 −1 Go to diff View file
M tools/docker/tuleap-aio-c7/supervisor.d/fpm.ini +1 −1 Go to diff View file