Skip to content

Commit

Permalink
Merge pull request #596 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
kbrock authored Jan 3, 2023
2 parents a70919d + f346035 commit c3b0540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
activerecord: 61
- ruby: 3.1
activerecord: 70
- ruby: 3.2
activerecord: 70
env:
# for the pg cli (psql, pg_isready) and possibly rails
PGHOST: 127.0.0.1 # container is mapping it locally
Expand Down

0 comments on commit c3b0540

Please sign in to comment.