Skip to content

Commit

Permalink
Add back rails 26 to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Jun 28, 2023
1 parent 5309fca commit f3a3ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ executors:
ruby27:
docker:
- image: circleci/ruby:2.7-node-browsers
ruby26:
docker:
- image: circleci/ruby:2.6-node-browsers

jobs:
props-template:
Expand Down Expand Up @@ -45,5 +48,9 @@ workflows:
- Gemfile.rails61
- Gemfile.rails70
ruby-version:
- ruby26
- ruby27
- ruby30
exclude:
- gemfile: Gemfile.rails70
ruby-version: ruby26

0 comments on commit f3a3ffb

Please sign in to comment.