From a41f7c0ba4dc0c37eeff44d057f7b9b3d1d91666 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 28 Oct 2022 20:33:31 -0300 Subject: [PATCH] feat: enable alpine 3.14 since 3.13 is going to be deprecated soon, and 3.14 has the same ruby version, upgrading should be easier. --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index fb5c41a..d27d0ae 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,6 +32,9 @@ matrix: - ALPINE_VERSION: 3.16.2 RUBY_VERSION: 3.1 RUBY_PATCH: 2 + - ALPINE_VERSION: 3.14.8 + RUBY_VERSION: 2.7 + RUBY_PATCH: 6 - ALPINE_VERSION: 3.13.12 RUBY_VERSION: 2.7 RUBY_PATCH: 6