Skip to content

Commit

Permalink
Update CI workflow with ruby and rails versions in build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed Aug 4, 2020
1 parent d50a9ea commit 8bbf4a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ workflows:
ci:
jobs:
- build:
name: ruby2-5-3_with_rails_5_1
rails_version: 5.1.7
name: ruby2-5-8_with_rails_5_2
ruby_version: "2.5.8"
rails_version: "5.2.4.3"
- build:
name: ruby2-5-3_with_rails_5_2
rails_version: 5.2.3

0 comments on commit 8bbf4a2

Please sign in to comment.