Skip to content

Commit

Permalink
Merge pull request #1183 from envato/ruby3.2
Browse files Browse the repository at this point in the history
CI: add Ruby 3.2 to the test matrix
  • Loading branch information
albus522 authored Jan 16, 2023
2 parents 7042b1d + c2f29f3 commit 92fb435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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-head, ruby-head]
ruby: ['2.7', '3.0', '3.1', '3.2', jruby-head, ruby-head]
rails_version:
- '6.0.0'
- '6.1.0'
Expand All @@ -39,10 +39,10 @@ jobs:
- ruby: jruby-9.2
rails_version: '6.1.0'

# jruby-9.3
- ruby: jruby-9.3
# jruby-9.4
- ruby: jruby-9.4
rails_version: '7.0.0'
- ruby: jruby-9.3
- ruby: jruby-9.4
rails_version: 'edge'

#
Expand Down

0 comments on commit 92fb435

Please sign in to comment.