We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d5548 commit 84bf962Copy full SHA for 84bf962
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install
20
uses: ruby/setup-ruby@v1
21
with:
22
- ruby-version: ruby-3.0
+ ruby-version: ruby-3
23
bundler-cache: true
24
- name: Test
25
run: bundle exec rake
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
- name: Lint
44
run: bundle exec rubocop
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
matrix:
49
os:
50
- # - macos-latest
+ - macos-latest
51
- ubuntu-latest
52
ruby:
53
- ruby-2.6
0 commit comments