force minimum version 3.12 for cmake policies in freetype, only when cmake >= 4

This commit is contained in:
DubbleClick
2025-06-04 21:18:44 +07:00
parent dabf52511f
commit ef7ebdfd1f
4 changed files with 34 additions and 15 deletions

View File

@@ -13,9 +13,9 @@ declare(strict_types=1);
// test php version (8.1 ~ 8.4 available, multiple for matrix)
$test_php_version = [
// '8.1',
// '8.2',
// '8.3',
'8.1',
'8.2',
'8.3',
'8.4',
];
@@ -23,7 +23,7 @@ $test_php_version = [
$test_os = [
// 'macos-13',
// 'macos-14',
'macos-15',
// 'macos-15',
'ubuntu-latest',
// 'ubuntu-22.04',
// 'ubuntu-24.04',