Skip to content

Commit

Permalink
Merge pull request #1002 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to the CI matrix
  • Loading branch information
petergoldstein committed Dec 26, 2022
2 parents 8fd9d2e + c670f99 commit cc648ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:
matrix:
database: [ mysql, postgresql ]
gemfile: [ '7.0', '6.1', '6.0' ]
ruby: [ '2.6', '2.7', '3.0', '3.1' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
exclude:
- ruby: '2.6'
gemfile: '7.0'
- ruby: '3.2'
gemfile: '6.0'
- ruby: '3.2'
gemfile: '6.1'
fail-fast: false
runs-on: ubuntu-latest

Expand Down

0 comments on commit cc648ab

Please sign in to comment.