From e88b244b2be55466231e74ef696addfeea77d05c Mon Sep 17 00:00:00 2001 From: Cibin Mathew Date: Wed, 17 Jul 2024 23:15:38 +0200 Subject: [PATCH] Updated failing alpine versions --- tests/integration/codebuild/buildspec.os.alpine.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration/codebuild/buildspec.os.alpine.yml b/tests/integration/codebuild/buildspec.os.alpine.yml index 8d13f9e..60a7c33 100644 --- a/tests/integration/codebuild/buildspec.os.alpine.yml +++ b/tests/integration/codebuild/buildspec.os.alpine.yml @@ -15,9 +15,8 @@ batch: env: variables: DISTRO_VERSION: - - "3.13" - - "3.14" - - "3.15" + - "3.17" + - "3.18" RUNTIME_VERSION: - "3.8" - "3.9"