Skip to content

Commit

Permalink
chore(test): add test for ruby 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bivanalhar committed Jul 19, 2024
1 parent 5de7cc0 commit f4a3a5e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1']
ruby-version: ['3.0', '3.1', '3.2', '3.3']
activerecord: ['6.0', '6.1', '7.0', '7.1']
exclude:
- ruby-version: '3.2'
activerecord: '6.0'
- ruby-version: '3.2'
activerecord: '6.1'
- ruby-version: '3.3'
activerecord: '6.0'
- ruby-version: '3.3'
activerecord: '6.1'
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.activerecord }}.gemfile
steps:
Expand Down

0 comments on commit f4a3a5e

Please sign in to comment.