Skip to content

Commit 18f9638

Browse files
committed
bump linux latest and take the blue pill (stay in the matrix)
1 parent 0d59aba commit 18f9638

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,13 @@ on:
1010
- "**.md"
1111

1212
jobs:
13-
build-linux-oldest:
13+
build-linux:
1414
uses: ./.github/workflows/build-gem.yml
15+
strategy:
16+
matrix:
17+
version: ["3.2", "3.4", "jruby-9.4"]
1518
with:
16-
version: "3.2"
17-
18-
build-linux-latest:
19-
uses: ./.github/workflows/build-gem.yml
20-
with:
21-
version: "3.2"
22-
23-
build-linux-jruby:
24-
uses: ./.github/workflows/build-gem.yml
25-
with:
26-
version: "jruby-9.4"
19+
version: ${{ matrix.version }}
2720

2821
build-docs:
2922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)