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
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: