Fix libtiff dependencies, avoid using system libraries (#588)

* Remove tmate debugger

* Bump version to 2.4.4

* Fix libtiff dependencies may wrongly added

* Add matrix tests

* Add tmate debug

* Disable libdeflate for libtiff

* Remove ssh debugger
This commit is contained in:
Jerry Ma
2025-01-25 17:15:53 +09:00
committed by GitHub
parent 4bd3a2ae25
commit 36b4ef306e
5 changed files with 18 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.4.3';
public const VERSION = '2.4.4';
public function __construct()
{