Use 7-Zip v25.00 by default #147
test_windows22.yml
on: push
Matrix: ${{ format('Windows ({0}), 7-Zip {1}{2}{3}{4}{5}{6}{7}{8}
', matrix.arch, matrix.bit7z_7zip_version, (matrix.bit7z_auto_format == 'ON') && ', AUTO_FORMAT' || '', (matrix.bit7z_detect_from_extension == 'ON') && ', DETECT_FROM_EXT' || '', (matrix.bit7z_regex_matching == 'ON') && ', REGEX_MATCHING' || '', matrix.bit7z_use_native_string == 'ON' && ', USE_NATIVE_STRING' || '', matrix.bit7z_auto_prefix_long_paths == 'ON' && ', AUTO_PREFIX_LONG_PATHS' || '', matrix.bit7z_use_system_codepage == 'ON' && ', USE_SYSTEM_CODEPAGE' || '', matrix.bit7z_path_sanitization == 'ON' && ', PATH_SANITIZATION' || '') }}