Skip to content

Commit 79a1d86

Browse files
authored
Test against supported rubies 3.2 to 3.4 (#13)
1 parent 0604f3c commit 79a1d86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
ruby:
22-
- 3.1
2322
- 3.2
2423
- 3.3
24+
- 3.4
2525
env:
2626
BUNDLE_GEMFILE: Gemfile
2727
name: "Run tests: Ruby ${{ matrix.ruby }}"
@@ -45,7 +45,7 @@ jobs:
4545
uses: ruby/setup-ruby@v1
4646
with:
4747
bundler-cache: true
48-
ruby-version: 3.3
48+
ruby-version: 3.4
4949
- name: Run static type checks
5050
run: bundle exec srb tc
5151
run_linter:
@@ -57,7 +57,7 @@ jobs:
5757
uses: ruby/setup-ruby@v1
5858
with:
5959
bundler-cache: true
60-
ruby-version: 3.3
60+
ruby-version: 3.4
6161
- name: Run linter
6262
run: ${{ inputs.linter-command }}
6363
notify_on_failure:

0 commit comments

Comments
 (0)