Skip to content

Commit

Permalink
Merge pull request #388 from ruby-ldap/ruby-3.0
Browse files Browse the repository at this point in the history
Add Ruby 3.0 support
  • Loading branch information
HarlemSquirrel authored Jan 30, 2021
2 parents f9ebe0c + 4bcf931 commit 9e3431b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
- "jruby-9.2"
steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e3431b

Please sign in to comment.