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 28a5c3c commit 32f2d66Copy full SHA for 32f2d66
.github/workflows/ruby.yml
@@ -13,10 +13,10 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v1
16
- - name: Set up Ruby 2.7
+ - name: Set up Ruby 3.0
17
uses: ruby/setup-ruby@v1
18
with:
19
- ruby-version: 2.7
+ ruby-version: 3.0
20
- name: Install required package
21
run: |
22
sudo apt-get install alien
.github/workflows/test.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
ruby: [
+ 3.0,
2.7,
2.6,
2.5,
0 commit comments