Skip to content

Commit

Permalink
Merge pull request #303 from enriclluelles/chore/test-against-ruby-33
Browse files Browse the repository at this point in the history
Test against Ruby 3.3
  • Loading branch information
tagliala committed Dec 27, 2023
2 parents d876646 + 2e495a7 commit c65a45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: ['3.2']
ruby-version: ['3.3']

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
gemfile: [rails_6.1, rails_7.0, rails_7.1]
channel: ['stable']

Expand Down Expand Up @@ -45,6 +45,8 @@ jobs:
exclude:
- ruby-version: '3.2'
gemfile: rails_6.1
- ruby-version: '3.3'
gemfile: rails_6.1

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit c65a45c

Please sign in to comment.