stable
Clone or download
Read-only
You can execute the test suites with `make tests-db PHP_VERSION=83` and `make test-rest PHP_VERSION=83` Part of request #36864: Run Tuleap with PHP 8.3 Change-Id: I4fe8c02cf6b13a93dc19b37df71c476e6f7eb37e
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +2 | −2 | Go to diff View file |
A | src/etc/fpm83/tuleap-long-running-request.conf | +21 | −0 | Go to diff View file |
A | src/etc/fpm83/tuleap.conf | +414 | −0 | Go to diff View file |
A | src/etc/fpm83/tuleap_common.part | +17 | −0 | Go to diff View file |
A | src/etc/fpm83/tuleap_errors_dev.part | +3 | −0 | Go to diff View file |
A | src/etc/fpm83/tuleap_errors_prod.part | +2 | −0 | Go to diff View file |
A | src/etc/fpm83/tuleap_sessions_files.part | +3 | −0 | Go to diff View file |
A | src/etc/fpm83/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 | +8 | −0 | Go to diff View file |
M | tests/integration/bin/run-compose.sh | +4 | −0 | Go to diff View file |
M | tests/rest/bin/run-compose.sh | +4 | −1 | Go to diff View file |