We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e07792 + 2db13b7 commit f81894cCopy full SHA for f81894c
1 file changed
.github/workflows/test.yml
@@ -46,16 +46,17 @@ jobs:
46
- 2.5
47
- 2.6
48
- 2.7
49
- - 3.0
+ - '3.0'
50
- 3.1
51
+ - 3.2
52
- jruby
53
fail-fast: true
54
55
runs-on: ${{ matrix.os-version }}
56
57
steps:
58
- name: Checkout code
- uses: actions/checkout@v2
59
+ uses: actions/checkout@v3
60
61
- name: Set up Ruby
62
uses: ruby/setup-ruby@v1
0 commit comments