We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00811b4 commit 792640aCopy full SHA for 792640a
1 file changed
.github/workflows/tests.yml
@@ -8,20 +8,20 @@ on:
8
9
jobs:
10
test:
11
- name: Ruby ${{ matrix.ruby-version }} - ${{ matrix.os }} - ${{ github.event_name }}
+ name: Ruby ${{ matrix.ruby }} - ${{ matrix.os }} - ${{ github.event_name }}
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
15
matrix:
16
os:
17
- ubuntu-latest
18
- ruby-version: [2.6, 2.7, 3.0.0-preview1]
+ ruby: [2.6, 2.7, '3.0', 3.1]
19
20
steps:
21
- uses: actions/checkout@v2
22
23
- name: Set up Ruby
24
- uses: ruby/setup-ruby@a699edbce608a2c128dedad88e3b6a0e28687b3c
+ uses: ruby/setup-ruby@v1
25
with:
26
ruby-version: ${{ matrix.ruby-version }}
27
bundler-cache: true
0 commit comments