Skip to content

Commit 8c54202

Browse files
authored
Add ruby v3.0 for pull request CI (#211)
1 parent 9074cd2 commit 8c54202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
10+
ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0' ]
1111
name: Ruby v${{ matrix.ruby }}
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-ruby@v1
14+
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby }}
1717
- run: gem install bundler

0 commit comments

Comments
 (0)