stable

Clone or download

Read-only

Run nightly DB/Integration with PHP 8.2 in the nightly pipeline

You can test it with `make tests-db PHP_VERSION=82`. Part of request #30344: Run Tuleap with PHP 8.2 Change-Id: I40ed363be3ef7f5f7394e282f74263fbc52510d1

Modified Files

Name
M Makefile +2 −1 Go to diff View file
A src/etc/fpm82/tuleap-long-running-request.conf +21 −0 Go to diff View file
A src/etc/fpm82/tuleap.conf +414 −0 Go to diff View file
A src/etc/fpm82/tuleap_common.part +17 −0 Go to diff View file
A src/etc/fpm82/tuleap_errors_dev.part +3 −0 Go to diff View file
A src/etc/fpm82/tuleap_errors_prod.part +2 −0 Go to diff View file
A src/etc/fpm82/tuleap_sessions_files.part +3 −0 Go to diff View file
A src/etc/fpm82/tuleap_sessions_redis.part +4 −0 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPM.php +21 −0 Go to diff View file
M src/tuleap-cfg/Command/SiteDeploy/FPM/SiteDeployFPMCommand.php +3 −0 Go to diff View file
M tests/Jenkinsfile-nightly +4 −0 Go to diff View file
M tests/integration/bin/run-compose.sh +4 −0 Go to diff View file