From 8a512db4f74d54708d2977f3077a3f809536a484 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 19 Dec 2023 09:02:28 -0500 Subject: [PATCH] wip: ci: run native gem test on alpine 3.18 and 3.19 to reproduce the issue from #434 --- .github/workflows/gem-install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gem-install.yml b/.github/workflows/gem-install.yml index ea8fbc65..cee7a14d 100644 --- a/.github/workflows/gem-install.yml +++ b/.github/workflows/gem-install.yml @@ -325,9 +325,10 @@ jobs: fail-fast: false matrix: ruby: ["3.0", "3.1", "3.2", "3.3-rc"] + flavor: ["alpine3.18", "alpine3.19"] runs-on: ubuntu-latest container: - image: ruby:${{matrix.ruby}}-alpine3.18 + image: ruby:${{matrix.ruby}}-${{matrix.flavor}} steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4