stable

Clone or download

Read-only

Run the REST tests with PHP 8.1

You can test with `make tests-rest PHP_VERSION=81` Part of request #22659: Run Tuleap with PHP 8.1 Change-Id: I9f1f02a735f89d23f63f40897ed1344f0d6e076d

Modified Files

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