Skip to content

Commit cbef831

Browse files
committed
wip: ci: run native gem test on alpine 3.18 and 3.19
to reproduce the issue from #434
1 parent 28047db commit cbef831

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gem-install.yml

+3
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,11 @@ jobs:
327327
include:
328328
- { ruby: "3.0", flavor: "alpine" }
329329
- { ruby: "3.1", flavor: "alpine3.18" }
330+
- { ruby: "3.1", flavor: "alpine3.19" }
330331
- { ruby: "3.2", flavor: "alpine3.18" }
332+
- { ruby: "3.2", flavor: "alpine3.19" }
331333
- { ruby: "3.3-rc", flavor: "alpine3.18" }
334+
- { ruby: "3.3-rc", flavor: "alpine3.19" }
332335
runs-on: ubuntu-latest
333336
container:
334337
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}

0 commit comments

Comments
 (0)