Skip to content

Commit

Permalink
Merge pull request #36 from mishina2228/improve-gh-actions
Browse files Browse the repository at this point in the history
Fix to run CI with Ruby 3.0
  • Loading branch information
ahorek authored Dec 29, 2022
2 parents b54059b + 71f723b commit 500f110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
include:
- { ruby: 2.3, c-o-e: false }
- { ruby: 2.7, c-o-e: false }
- { ruby: 3.0, c-o-e: false }
- { ruby: '3.0', c-o-e: false }
- { ruby: 3.1, c-o-e: false }
- { ruby: jruby-9.4.0.0, c-o-e: false }
- { ruby: ruby-head, c-o-e: true }
Expand All @@ -27,7 +27,7 @@ jobs:
- { ruby: truffleruby-head, c-o-e: true }
- { ruby: 3.1, gemfile: ./gemfiles/miniracer, c-o-e: false }
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 500f110

Please sign in to comment.