From: Darren Tucker Date: Thu, 27 Mar 2025 12:04:44 +0000 (+1100) Subject: Add PuTTY 0.81, 0.82 and 0.83 to tests. X-Git-Tag: V_10_0_P1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73890e340fbd6121251854b658a72d738b86c84;p=thirdparty%2Fopenssh-portable.git Add PuTTY 0.81, 0.82 and 0.83 to tests. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5107a81ea..424c193fb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -97,6 +97,9 @@ jobs: - { target: ubuntu-latest, config: putty-0.78 } - { target: ubuntu-latest, config: putty-0.79 } - { target: ubuntu-latest, config: putty-0.80 } + - { target: ubuntu-latest, config: putty-0.81 } + - { target: ubuntu-latest, config: putty-0.82 } + - { target: ubuntu-latest, config: putty-0.83 } - { target: ubuntu-latest, config: putty-snapshot } - { target: ubuntu-latest, config: zlib-develop } - { target: ubuntu-latest, config: tcmalloc }