From 4bcf931089d0a6d54c95fb9d88cd65111462f653 Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Sat, 30 Jan 2021 14:12:50 -0500 Subject: [PATCH] Add Ruby 3.0 support --- .github/workflows/test.yml | 1 + docker-compose.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7490d8c9..6192a642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,7 @@ jobs: - "2.5" - "2.6" - "2.7" + - "3.0" - "jruby-9.2" steps: - uses: actions/checkout@v2 diff --git a/docker-compose.yml b/docker-compose.yml index f8cce189..1fc208cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,6 +66,20 @@ services: - .:/code working_dir: /code + ci-3.0: + image: ruby:3.0 + entrypoint: /code/ci-run.sh + environment: + INTEGRATION: openldap + INTEGRATION_HOST: ldap.example.org + depends_on: + - openldap + networks: + integration_test_network: + volumes: + - .:/code + working_dir: /code + ci-jruby-9.2: image: jruby:9.2 entrypoint: /code/ci-run.sh pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy