⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit 5ab081d

Browse files
committed
Pin the CI Ruby version to 3.4.
* kwalify expects `StringScanner#peep` to be defined. `StrinScanner#peep` was apparently removed in Ruby 4.0. * Temporarily pin the CI Ruby version to 3.4, until kwalify or `StringScanner` are fixed.
1 parent 413001a commit 5ab081d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Ruby
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: ruby
28+
ruby-version: 3.4
2929
- name: Install ruby dependencies
3030
run: bundle install --jobs 4 --retry 3
3131
- name: Validate YAML

0 commit comments

Comments
 (0)