Skip to content

Commit e82676e

Browse files
committed
ci: run native gem tests on both alpine 3.18 and 3.19
to reproduce the issue from #434
1 parent ad63d1d commit e82676e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,11 @@ jobs:
345345
include:
346346
- { ruby: "3.0", flavor: "alpine" }
347347
- { ruby: "3.1", flavor: "alpine3.18" }
348+
- { ruby: "3.1", flavor: "alpine3.19" }
348349
- { ruby: "3.2", flavor: "alpine3.18" }
350+
- { ruby: "3.2", flavor: "alpine3.19" }
349351
- { ruby: "3.3", flavor: "alpine3.18" }
352+
- { ruby: "3.3", flavor: "alpine3.19" }
350353
runs-on: ubuntu-latest
351354
container:
352355
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}

0 commit comments

Comments
 (0)