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 5f8afc2 commit 20b2850Copy full SHA for 20b2850
.github/workflows/test.yml
@@ -12,8 +12,11 @@ jobs:
12
strategy:
13
matrix:
14
ruby:
15
- - "2.7.5"
16
- - "3.0.3"
+ - "2.7.7"
+ - "3.0.6"
17
+ - "3.1.4"
18
+ - "3.2.3"
19
+ - "3.3.0"
20
steps:
21
- uses: actions/checkout@v2
22
- name: Set up Ruby
@@ -23,12 +26,13 @@ jobs:
23
26
bundler-cache: true
24
27
- name: Run rspec
25
28
run: bundle exec rake test
29
+
30
rubocop:
31
runs-on: ubuntu-latest
32
33
34
35
36
37
38
0 commit comments