Skip to content

Commit 4bcf931

Browse files
Add Ruby 3.0 support
1 parent f9ebe0c commit 4bcf931

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "2.5"
2323
- "2.6"
2424
- "2.7"
25+
- "3.0"
2526
- "jruby-9.2"
2627
steps:
2728
- uses: actions/checkout@v2

Diff for: docker-compose.yml

+14
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,20 @@ services:
6666
- .:/code
6767
working_dir: /code
6868

69+
ci-3.0:
70+
image: ruby:3.0
71+
entrypoint: /code/ci-run.sh
72+
environment:
73+
INTEGRATION: openldap
74+
INTEGRATION_HOST: ldap.example.org
75+
depends_on:
76+
- openldap
77+
networks:
78+
integration_test_network:
79+
volumes:
80+
- .:/code
81+
working_dir: /code
82+
6983
ci-jruby-9.2:
7084
image: jruby:9.2
7185
entrypoint: /code/ci-run.sh

0 commit comments

Comments
 (0)