Skip to content

Commit

Permalink
Expand list of tested rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
BiggerNoise committed Jan 20, 2022
1 parent 00811b4 commit 80f79d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
matrix:
os:
- ubuntu-latest
ruby-version: [2.6, 2.7, 3.0.0-preview1]
ruby-version: [2.6, 2.7, '3.0', 3.1]

steps:
- uses: actions/checkout@v2

- name: Set up Ruby
uses: ruby/setup-ruby@a699edbce608a2c128dedad88e3b6a0e28687b3c
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand Down

0 comments on commit 80f79d2

Please sign in to comment.