Skip to content

Commit ee4fe54

Browse files
authored
Update RubyGems to fix Ruby 2.5 psych compatibility issue. (#28)
1 parent 8d32c96 commit ee4fe54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- "3.2"
3030
- "3.3"
3131

32+
rubygems:
33+
- latest
34+
3235
experimental: [false]
3336

3437
include:
@@ -37,6 +40,7 @@ jobs:
3740
experimental: true
3841
- os: ubuntu
3942
ruby: jruby
43+
rubygems: default
4044
experimental: true
4145
- os: ubuntu
4246
ruby: head
@@ -50,6 +54,7 @@ jobs:
5054
- uses: actions/checkout@v4
5155
- uses: ruby/setup-ruby@v1
5256
with:
57+
rubygems: ${{matrix.rubygems}}
5358
ruby-version: ${{matrix.ruby}}
5459
bundler-cache: true
5560

0 commit comments

Comments
 (0)