We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce6ec95 + bcf9382 commit 7b1885dCopy full SHA for 7b1885d
1 file changed
.github/workflows/ci.yml
@@ -10,11 +10,10 @@ jobs:
10
ruby:
11
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
12
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13
- - '3.0'
+ - "3.0"
14
- 3.1
15
- 3.2
16
- 3.3
17
- - head
18
env:
19
BUNDLE_GEMFILE: Gemfile
20
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
@@ -38,7 +37,7 @@ jobs:
38
37
uses: ruby/setup-ruby@v1
39
with:
40
bundler-cache: true
41
- ruby-version: head
+ ruby-version: 3.3
42
- name: Run static type checks
43
run: bundle exec srb tc
44
rubocop:
@@ -50,6 +49,6 @@ jobs:
50
49
51
52
53
54
- name: Run style checks
55
run: bundle exec rubocop
0 commit comments