Skip to content

Commit

Permalink
Merge pull request #287 from riemann/ruby-3.3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to the CI test matrix
  • Loading branch information
jamtur01 authored Jan 22, 2024
2 parents 2439597 + 9dcca4c commit 06818a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .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 @@ -27,11 +27,12 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
Expand Down

0 comments on commit 06818a6

Please sign in to comment.