Skip to content

Commit 28047db

Browse files
authored
Merge pull request #441 from sparklemotion/flavorjones-pin-alpine-to-3.18
ci: pin alpine to 3.18
2 parents 14cb673 + 648b260 commit 28047db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/gem-install.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,14 @@ jobs:
324324
strategy:
325325
fail-fast: false
326326
matrix:
327-
ruby: ["3.0", "3.1", "3.2", "3.3-rc"]
327+
include:
328+
- { ruby: "3.0", flavor: "alpine" }
329+
- { ruby: "3.1", flavor: "alpine3.18" }
330+
- { ruby: "3.2", flavor: "alpine3.18" }
331+
- { ruby: "3.3-rc", flavor: "alpine3.18" }
328332
runs-on: ubuntu-latest
329333
container:
330-
image: ruby:${{matrix.ruby}}-alpine
334+
image: ruby:${{matrix.ruby}}-${{matrix.flavor}}
331335
steps:
332336
- uses: actions/checkout@v4
333337
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)