Skip to content

Commit

Permalink
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 Jan 19, 2024
1 parent 0ebe4ed commit c2eb62a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,11 @@ jobs:
include:
- { ruby: "3.0", flavor: "alpine" }
- { ruby: "3.1", flavor: "alpine3.18" }
- { ruby: "3.1", flavor: "alpine3.19" }
- { ruby: "3.2", flavor: "alpine3.18" }
- { ruby: "3.2", flavor: "alpine3.19" }
- { ruby: "3.3", flavor: "alpine3.18" }
- { ruby: "3.3", flavor: "alpine3.19" }
runs-on: ubuntu-latest
container:
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}
Expand Down

0 comments on commit c2eb62a

Please sign in to comment.