Skip to content

Commit

Permalink
Add Ruby 3.3 to the CI test matrix
Browse files Browse the repository at this point in the history
While here, update the version of Ruby used for "commonn" steps to use a
supported one.
  • Loading branch information
smortex committed Jan 22, 2024
1 parent 2439597 commit 829906b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.1'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
Expand All @@ -32,6 +32,7 @@ jobs:
- 3.0
- 3.1
- 3.2
- 3.3
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
Expand Down

0 comments on commit 829906b

Please sign in to comment.