We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0604f3c commit 79a1d86Copy full SHA for 79a1d86
1 file changed
.github/workflows/ci.yml
@@ -19,9 +19,9 @@ jobs:
19
strategy:
20
matrix:
21
ruby:
22
- - 3.1
23
- 3.2
24
- 3.3
+ - 3.4
25
env:
26
BUNDLE_GEMFILE: Gemfile
27
name: "Run tests: Ruby ${{ matrix.ruby }}"
@@ -45,7 +45,7 @@ jobs:
45
uses: ruby/setup-ruby@v1
46
with:
47
bundler-cache: true
48
- ruby-version: 3.3
+ ruby-version: 3.4
49
- name: Run static type checks
50
run: bundle exec srb tc
51
run_linter:
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
- name: Run linter
62
run: ${{ inputs.linter-command }}
63
notify_on_failure:
0 commit comments