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.
2 parents 9b3504f + c6e39c3 commit 4502b6fCopy full SHA for 4502b6f
.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