Skip to content

Commit 9c531d3

Browse files
committed
Merge pull request #2235 from yahonda/add_ruby31_to_github_actions
CI against Ruby 3.1 at GitHub Actions
1 parent fdd6fdd commit 9c531d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v1
16-
- name: Set up Ruby 3.0
16+
- name: Set up Ruby 3.1
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.0
19+
ruby-version: 3.1
2020
- name: Install required package
2121
run: |
2222
sudo apt-get install alien

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
# - jruby,
2020
# - jruby-head
2121
ruby: [
22+
'3.1',
2223
'3.0',
2324
'2.7'
2425
]

0 commit comments

Comments
 (0)