Skip to content

Commit

Permalink
Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 20, 2021
1 parent 3d3616c commit 4a636a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 'jruby-9.2.9.0', 'ruby-head', '2.6', '2.5', '2.4' ]
ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: [ '2.6.x', '2.5.x', '2.4.x' ]
ruby: [ 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down

0 comments on commit 4a636a3

Please sign in to comment.