Skip to content

Commit

Permalink
Update RubyGems to fix Ruby 2.5 psych compatibility issue. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix authored Nov 13, 2024
1 parent 8d32c96 commit ee4fe54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- "3.2"
- "3.3"

rubygems:
- latest

experimental: [false]

include:
Expand All @@ -37,6 +40,7 @@ jobs:
experimental: true
- os: ubuntu
ruby: jruby
rubygems: default
experimental: true
- os: ubuntu
ruby: head
Expand All @@ -50,6 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
rubygems: ${{matrix.rubygems}}
ruby-version: ${{matrix.ruby}}
bundler-cache: true

Expand Down

0 comments on commit ee4fe54

Please sign in to comment.