Skip to content

Commit cd1fd75

Browse files
authored
Merge pull request #377 from nobu/update-test-versions
Add recent ruby versions to test
2 parents c2eeae2 + 90ee756 commit cd1fd75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-latest
88
strategy:
99
matrix:
10-
ruby: [ 2.6, 2.5, 2.4 ]
10+
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
11-
ruby: [ 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
11+
ruby: [ '3.0', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, jruby, jruby-head, truffleruby, ruby-head ]
1212
exclude:
1313
- os: windows-latest
1414
ruby: truffleruby

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ 2.6, 2.5, 2.4 ]
10+
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)