stable

Clone or download

Read-only

fix(php81): Tests can still be run on PHP 8.0

Nightly tests on PHP 8.0 are failing because everything assume php 8.1 now. How to test: - make tests-db PHP_VERSION=80 - make tests-soap PHP_VERSION=80 - make tests-rest PHP_VERSION=80 Everything should pass Part of request #22659: Run Tuleap with PHP 8.1 Change-Id: I07b07548e662d48fbfebbf4155fc92f70195ae92

Modified Files

Name
M plugins/ldap/include/LDAP.class.php +1 −1 Go to diff View file
M plugins/svn/tests/integration/SVN/Commit/_fixtures/pre-commit.php +1 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupTuleapCommand.php +13 −5 Go to diff View file
M tests/integration/bin/setup.sh +1 −1 Go to diff View file
M tests/integration/docker-compose.yml +1 −0 Go to diff View file
M tests/rest/bin/setup.sh +1 −1 Go to diff View file
M tests/rest/docker-compose.yml +1 −0 Go to diff View file
M tests/soap/bin/setup.sh +1 −1 Go to diff View file
M tests/soap/docker-compose.yml +1 −0 Go to diff View file