summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-12-31 13:28:56 +1300
committerGitHub <noreply@github.com>2019-12-31 13:28:56 +1300
commitb7a5cda58d6ebbb0665f37cb66217712efadebc4 (patch)
treeb801c05a44249f77c4e354cc43b9887ed2789442
parent4f3ed9d7616b9cb4529529848c208524ec044df8 (diff)
parent83dd0f056d2dc6eb4c144f346687ac8f353c6711 (diff)
downloadrack-b7a5cda58d6ebbb0665f37cb66217712efadebc4.tar.gz
Merge pull request #1436 from prathamesh-sonpatki/patch-1
Run tests on Ruby 2.7
-rw-r--r--.circleci/config.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b778316a..a89fa6d1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,6 +9,7 @@ workflows:
- test-ruby-2.4
- test-ruby-2.5
- test-ruby-2.6
+ - test-ruby-2.7
version: 2
@@ -83,6 +84,16 @@ jobs:
command: sudo /bin/sh
- image: memcached:1.4
steps: *default-steps
+
+ test-ruby-2.7:
+ docker:
+ - image: circleci/ruby:2.7
+ # Spawn a process owned by root
+ # This works around an issue explained here:
+ # https://github.com/circleci/circleci-images/pull/132
+ command: sudo /bin/sh
+ - image: memcached:1.4
+ steps: *default-steps
test-jruby:
docker: