Skip to content

Commit

Permalink
Add CI job for Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Apr 8, 2022
1 parent dddc570 commit d6b7a99
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 @@ -107,6 +107,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 @@ -145,6 +154,7 @@ workflows:
only: /master|v\d\.\d+/
- postgres
- mysql
- postgres_rails61
- postgres_rails60
- postgres_rails52
- event_bus_legacy_adapter

0 comments on commit d6b7a99

Please sign in to comment.