We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d59aba commit 18f9638Copy full SHA for 18f9638
.github/workflows/ci.yml
@@ -10,20 +10,13 @@ on:
10
- "**.md"
11
12
jobs:
13
- build-linux-oldest:
+ build-linux:
14
uses: ./.github/workflows/build-gem.yml
15
+ strategy:
16
+ matrix:
17
+ version: ["3.2", "3.4", "jruby-9.4"]
18
with:
- version: "3.2"
-
- build-linux-latest:
19
- uses: ./.github/workflows/build-gem.yml
20
- with:
21
22
23
- build-linux-jruby:
24
25
26
- version: "jruby-9.4"
+ version: ${{ matrix.version }}
27
28
build-docs:
29
runs-on: ubuntu-latest
0 commit comments