Skip to content

Commit

Permalink
Merge pull request #2263 from andrehjr/add-newer-rubies-to-ci
Browse files Browse the repository at this point in the history
Add Ruby 3.2 and head to ubuntu-latest executions
  • Loading branch information
andrehjr committed Jan 1, 2023
2 parents 15e960b + 9a230c6 commit ee81361
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# we have to use quotes for '3.0'
- '3.0'
- 3.1
# - head is currently broken due to yard support for 3.2.0-dev
- 3.2
- head
- jruby-9.3.3.0
# - jruby-head
exclude:
Expand All @@ -51,6 +52,10 @@ jobs:
ruby: '2.3' # Intermittent failing Expression: RBASIC_CLASS(ret) == rb_cString
- os: windows-latest
ruby: '3.1'
- os: windows-latest
ruby: '3.2'
- os: windows-latest
ruby: 'head'

runs-on: ${{ matrix.os }}
continue-on-error: true
Expand Down

0 comments on commit ee81361

Please sign in to comment.