roundcubemail/.ci
Pablo Zmdl 75072a3590 Update phpunit a little to decide when to fail on deprecations
PHPUnit 10.5.47 and later know the flag `--do-not-fail-on-deprecation`, which allows us to make it not exit with code 1
in case of deprecations on the second run of the script. That second run uses the lowest valid dependencies, which might
contain deprecations when used with newer versions of PHP, but still are acceptable versions, and should not make our
tests fail.
2025-09-08 22:36:34 +02:00
..
docker-images Use generic tag name in container image build script 2025-09-08 22:36:34 +02:00
compose.yaml Fix browser tests via docker compose (#9890) 2025-06-13 10:21:32 +02:00
config-test.inc.php Docker compose for testing (#9525) 2024-07-22 11:44:09 +02:00
run_browser_tests.sh Allow to inject composer arguments into testing scripts 2025-09-08 22:36:34 +02:00
run_test_message_rendering.sh Allow to inject composer arguments into testing scripts 2025-09-08 22:36:34 +02:00
run_tests.sh Update phpunit a little to decide when to fail on deprecations 2025-09-08 22:36:34 +02:00