Skip to content

Commit 1b2a4bf

Browse files
committed
Update ruby versions
1 parent 3d3616c commit 1b2a4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-head', 'jruby-9.3', 'jruby-9.2', 'ruby-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: 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.x', '2.5.x', '2.4.x' ]
10+
ruby: [ 'ruby-head', '3.0', '2.7', '2.6', '2.5', '2.4' ]
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Ruby

0 commit comments

Comments
 (0)