Skip to content

Commit 586ab96

Browse files
authored
ci: test against Ruby 4.0 (#14)
Add Ruby 4.0 to the CI build matrix and quote all version numbers for consistency.
1 parent 48fa0d3 commit 586ab96

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
@@ -9,9 +9,9 @@ jobs:
99
matrix:
1010
ruby:
1111
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
12-
- 3.3
13-
- 3.4
14-
- head
12+
- '3.3'
13+
- '3.4'
14+
- '4.0'
1515
env:
1616
BUNDLE_GEMFILE: Gemfile
1717
name: "Tests: Ruby ${{ matrix.ruby }}"

0 commit comments

Comments
 (0)