Skip to content

Commit

Permalink
Add Ruby 2.2.9 to Circle and clarify support.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 26, 2018
1 parent b98cde5 commit 1860181
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ default_job: &default_job
- run: bundle exec appraisal rake

jobs:
ruby-2.2:
<<: *default_job
docker:
- image: circleci/ruby:2.2.9-node-browsers
environment:
PGHOST: localhost
PGUSER: administrate
RAILS_ENV: test
- image: postgres:9.5-alpine
environment:
POSTGRES_USER: administrate
POSTGRES_DB: ruby22
POSTGRES_PASSWORD: ""

ruby-2.3:
<<: *default_job
docker:
Expand Down Expand Up @@ -85,3 +99,4 @@ workflows:
- ruby-2.5
- ruby-2.4
- ruby-2.3
- ruby-2.2
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ To accomplish these goals, Administrate follows a few guiding principles:

## Getting Started

Administrate supports Rails from 4.2, up to 5.0 and beyond.
Administrate supports Rails from 4.2, up to 5.0 and beyond. We support Ruby
2.2.9 and up.

Add Administrate to your Gemfile and re-bundle:

Expand Down

0 comments on commit 1860181

Please sign in to comment.