Skip to content

Commit 12d1eb0

Browse files
authored
ci: test against Ruby 4.0 (#60)
Add Ruby 4.0 to the CI build matrix, run the fixed-version type-check job on Ruby 4.0, and quote all version numbers for consistency.
1 parent 7c31caa commit 12d1eb0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby:
15-
- 3.3
16-
- 3.4
15+
- '3.3'
16+
- '3.4'
17+
- '4.0'
1718
env:
1819
BUNDLE_GEMFILE: Gemfile
1920
name: "RSpec tests: Ruby ${{ matrix.ruby }}"
@@ -35,6 +36,6 @@ jobs:
3536
uses: ruby/setup-ruby@v1
3637
with:
3738
bundler-cache: true
38-
ruby-version: 3.3
39+
ruby-version: '4.0'
3940
- name: Run static type checks
4041
run: bundle exec srb tc

0 commit comments

Comments
 (0)