From 32daa372f8deeff5030f2dec53b4e29031f0ee6b Mon Sep 17 00:00:00 2001 From: Nicholas Sielicki Date: Tue, 13 Aug 2024 14:32:40 -0700 Subject: [PATCH] ci: build oldest working EFA installer and latest Rather than maintaining a list that needs to be bumped continually, build just against 1.25.0 (which is the oldest one that worked without any changes to the action itself, likely due to missing platform support) and latest. This gives us visibility into our minimum EFA installer version as well as coverage against the newest. --- .github/workflows/distcheck.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/distcheck.yaml b/.github/workflows/distcheck.yaml index 01ff3ebe3..cc44bbbff 100644 --- a/.github/workflows/distcheck.yaml +++ b/.github/workflows/distcheck.yaml @@ -26,9 +26,7 @@ jobs: - al2 efainstaller: - latest - - 1.32.0 - - 1.31.0 - - 1.30.0 + - 1.25.0 include: - amazonlinux: al2023 efainstallerdir: ALINUX2023