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 86e121d commit cea19acCopy full SHA for cea19ac
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 }}"
@@ -31,8 +32,9 @@ jobs:
31
32
33
34
35
36
37
38
39
40
name: "Visual Regression Suite: Ruby ${{ matrix.ruby }}"
@@ -54,6 +56,6 @@ jobs:
54
56
uses: ruby/setup-ruby@v1
55
57
with:
58
bundler-cache: true
- ruby-version: '3.3'
59
+ ruby-version: '4.0'
60
- name: Run static type checks
61
run: bundle exec srb tc
0 commit comments