Skip to content

Commit

Permalink
ci: run native gem tests on both 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 Mar 24, 2024
1 parent 484a0ee commit 419d0ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,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 419d0ff

Please sign in to comment.