We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfbe1b commit 53d1094Copy full SHA for 53d1094
.github/workflows/rspec_rubocop.yml
@@ -18,13 +18,13 @@ jobs:
18
strategy:
19
matrix:
20
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
21
- - ruby-version: 2.6
+ - ruby-version: '2.6'
22
bundler-version: latest
23
- - ruby-version: 2.7
+ - ruby-version: '2.7'
24
25
- - ruby-version: 3.0
+ - ruby-version: '3.0'
26
27
- - ruby-version: 3.1
+ - ruby-version: '3.1'
28
29
steps:
30
- uses: actions/checkout@v3
0 commit comments