Skip to content

Commit

Permalink
Test in Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Mar 29, 2021
1 parent 213c782 commit 48ee499
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ jobs:
- setup
- test

postgres_rails61:
executor: postgres
parallelism: *parallelism
environment:
RAILS_VERSION: '~> 6.1.0'
steps:
- setup
- test

postgres_rails60:
executor: postgres
parallelism: *parallelism
Expand Down Expand Up @@ -140,6 +149,7 @@ workflows:
only: /master|v\d\.\d+/
- postgres
- mysql
- postgres_rails61
- postgres_rails60
- postgres_rails52
- stoplight/push:
Expand Down

0 comments on commit 48ee499

Please sign in to comment.