Skip to content

Commit

Permalink
wip: ci: run native gem test on alpine 3.18 and 3.19
Browse files Browse the repository at this point in the history
to reproduce the issue from #434
  • Loading branch information
flavorjones committed Dec 19, 2023
1 parent d9afa54 commit 8a512db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a512db

Please sign in to comment.