Skip to content

Commit

Permalink
Prepare for Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen committed Dec 1, 2023
1 parent d654e65 commit b65e5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
strategy:
matrix:
rails-version: ['5.2.8.1', '6.1.7.6', '7.0.8', '7.1.2', 'main']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
exclude:
- rails-version: '5.2.5'
ruby-version: '3.0'
- rails-version: '5.2.8.1'
ruby-version: '3.3'

env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down

0 comments on commit b65e5d8

Please sign in to comment.