]> git.agnieray.net Git - galette.git/commit - .composer-require-checker.config.json
Check for supported database versions
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 17 Oct 2023 06:04:07 +0000 (08:04 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 18 Oct 2023 14:30:55 +0000 (16:30 +0200)
commit353aa0ce3fbd90d60a908896a607a0c42ece45b6
treef383fbc94a5139bb43798c7e312fb9ef2674fa58
parenta030a93d5ec192f8b26cc95d2397bb4a0cbd33e2
Check for supported database versions

Rework matrixx to include only older and newer Db versions

closes #1725
13 files changed:
.composer-require-checker.config.json
.github/workflows/ci-linux.yml
galette/config/versions.inc.php
galette/install/steps/db_checks.php
galette/lib/Galette/Core/Db.php
phpstan.neon
tests/GaletteDbFails/Core/tests/units/Install.php [new file with mode: 0644]
tests/GaletteUpdate/Core/tests/units/Install.php
tests/TestsBootstrap.php
tests/config/mysql_fail/config.inc.php [new file with mode: 0644]
tests/config/mysql_fail/galette_tcpdf_config.php [new file with mode: 0644]
tests/config/pgsql_fail/config.inc.php [new file with mode: 0644]
tests/config/pgsql_fail/galette_tcpdf_config.php [new file with mode: 0644]