summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2019-12-30 23:24:06 +0530
committerGitHub <noreply@github.com>2019-12-30 23:24:06 +0530
commit83dd0f056d2dc6eb4c144f346687ac8f353c6711 (patch)
treeb801c05a44249f77c4e354cc43b9887ed2789442
parent4f3ed9d7616b9cb4529529848c208524ec044df8 (diff)
downloadrack-83dd0f056d2dc6eb4c144f346687ac8f353c6711.tar.gz
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: