Skip to content

Commit

Permalink
update ruby version in tests to match gh pages version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva authored Aug 30, 2024
1 parent e7e937b commit fd5a9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4
ruby-version: 3.3.4
bundler-cache: true

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.3
Exclude:
- _site/**/*
- vendor/**/*
Expand Down

0 comments on commit fd5a9ec

Please sign in to comment.