Skip to content

Commit

Permalink
Merge pull request #219 from collectiveidea/add-ruby-3-2
Browse files Browse the repository at this point in the history
Add ruby 3.2
  • Loading branch information
albus522 authored Oct 13, 2023
2 parents f0048d5 + 21aa39e commit a9de1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', 'jruby-9.3']
ruby: ['2.7', '3.0', '3.1', '3.2', 'jruby-9.3']
gemfile:
- gemfiles/mysql2/6-0.gemfile
- gemfiles/postgresql/6-0.gemfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.7
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2
- name: Generate lockfile for cache key
run: bundle lock
- name: Cache gems
Expand Down

0 comments on commit a9de1e8

Please sign in to comment.