We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd6fdd commit 9c531d3Copy full SHA for 9c531d3
.github/workflows/ruby.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v1
16
- - name: Set up Ruby 3.0
+ - name: Set up Ruby 3.1
17
uses: ruby/setup-ruby@v1
18
with:
19
- ruby-version: 3.0
+ ruby-version: 3.1
20
- name: Install required package
21
run: |
22
sudo apt-get install alien
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
# - jruby,
# - jruby-head
ruby: [
+ '3.1',
23
'3.0',
24
'2.7'
25
]
0 commit comments