We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5592e9a + bba850a commit 607a8cdCopy full SHA for 607a8cd
1 file changed
.github/workflows/build.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- ruby: [ '2.4', '2.5', '2.6', '2.7' ]
+ ruby: [ '2.5', '2.6', '2.7', '3.0' ]
11
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up Ruby ${{ matrix.ruby }}
15
- uses: actions/setup-ruby@v1
+ uses: ruby/setup-ruby@v1
16
with:
17
ruby-version: ${{ matrix.ruby }}
18
- name: Build and test with Rake
0 commit comments