Skip to content

Commit

Permalink
Add Rails 7 / Ruby 3.1 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Jun 9, 2022
1 parent b4bac83 commit 741d045
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 @@ -45,6 +45,8 @@ jobs:
activerecord: 61
- ruby: "3.0"
activerecord: 61
- ruby: 3.1
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 741d045

Please sign in to comment.