Skip to content

Commit

Permalink
Build with Rubies 3.0 through 3.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Dec 27, 2023
1 parent b272d5a commit 8ea0877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2", "jruby-9.4"]
ruby: ["3.0", "3.1", "3.2", "jruby-9.4", "3.3"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
ruby-version: "3.3"
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop -P

0 comments on commit 8ea0877

Please sign in to comment.