Skip to content

Commit 73dd885

Browse files
committed
pin openssl to 3.x
1 parent be24fd9 commit 73dd885

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
"openssl": {
10011001
"type": "ghrel",
10021002
"repo": "openssl/openssl",
1003-
"match": "openssl.+\\.tar\\.gz",
1003+
"match": "openssl-3.+\\.tar\\.gz",
10041004
"prefer-stable": true,
10051005
"alt": {
10061006
"type": "filelist",

src/globals/test-extensions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
// test os (macos-15-intel, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
2626
// 'macos-15-intel', // bin/spc for x86_64
27-
// 'macos-15', // bin/spc for arm64
27+
'macos-15', // bin/spc for arm64
2828
// 'ubuntu-latest', // bin/spc-alpine-docker for x86_64
29-
// 'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
29+
'ubuntu-22.04', // bin/spc-gnu-docker for x86_64
3030
// 'ubuntu-24.04', // bin/spc for x86_64
31-
// 'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
31+
'ubuntu-22.04-arm', // bin/spc-gnu-docker for arm64
3232
// 'ubuntu-24.04-arm', // bin/spc for arm64
33-
'windows-2022', // .\bin\spc.ps1
33+
// 'windows-2022', // .\bin\spc.ps1
3434
// 'windows-2025',
3535
];
3636

0 commit comments

Comments
 (0)