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 8d32c96 commit ee4fe54Copy full SHA for ee4fe54
.github/workflows/test.yaml
@@ -29,6 +29,9 @@ jobs:
29
- "3.2"
30
- "3.3"
31
32
+ rubygems:
33
+ - latest
34
+
35
experimental: [false]
36
37
include:
@@ -37,6 +40,7 @@ jobs:
40
experimental: true
38
41
- os: ubuntu
39
42
ruby: jruby
43
+ rubygems: default
44
45
46
ruby: head
@@ -50,6 +54,7 @@ jobs:
50
54
- uses: actions/checkout@v4
51
55
- uses: ruby/setup-ruby@v1
52
56
with:
57
+ rubygems: ${{matrix.rubygems}}
53
58
ruby-version: ${{matrix.ruby}}
59
bundler-cache: true
60
0 commit comments