Skip to content

Commit 792640a

Browse files
committed
Expand list of tested rubies
1 parent 00811b4 commit 792640a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ on:
88

99
jobs:
1010
test:
11-
name: Ruby ${{ matrix.ruby-version }} - ${{ matrix.os }} - ${{ github.event_name }}
11+
name: Ruby ${{ matrix.ruby }} - ${{ matrix.os }} - ${{ github.event_name }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
os:
1717
- ubuntu-latest
18-
ruby-version: [2.6, 2.7, 3.0.0-preview1]
18+
ruby: [2.6, 2.7, '3.0', 3.1]
1919

2020
steps:
2121
- uses: actions/checkout@v2
2222

2323
- name: Set up Ruby
24-
uses: ruby/setup-ruby@a699edbce608a2c128dedad88e3b6a0e28687b3c
24+
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
bundler-cache: true

0 commit comments

Comments
 (0)