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 7c31caa commit c6114e8Copy full SHA for c6114e8
1 file changed
.github/workflows/ci.yml
@@ -12,8 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
ruby:
15
- - 3.3
16
- - 3.4
+ - '3.3'
+ - '3.4'
17
+ - '4.0'
18
env:
19
BUNDLE_GEMFILE: Gemfile
20
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
@@ -35,6 +36,6 @@ jobs:
35
36
uses: ruby/setup-ruby@v1
37
with:
38
bundler-cache: true
- ruby-version: 3.3
39
+ ruby-version: '4.0'
40
- name: Run static type checks
41
run: bundle exec srb tc
0 commit comments