Skip to content

Commit 9d04064

Browse files
authored
Merge pull request #788 from nobu/update-ruby
Update ruby versions
2 parents 3d3616c + d5c5e86 commit 9d04064

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ 'jruby-9.2.9.0', 'ruby-head', '2.6', '2.5', '2.4' ]
10+
ruby: [ 'jruby-9.2', 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.6.x', '2.5.x', '2.4.x' ]
10+
ruby: [ 'head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby
14-
uses: actions/setup-ruby@v1
14+
uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- name: Set up Bundler

0 commit comments

Comments
 (0)