Skip to content

Commit 1baa9bf

Browse files
Merge pull request #389 from gogainda/patch-1
Add TruffleRuby 21.0.0 to CI
2 parents 9e3431b + 1a8a18f commit 1baa9bf

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
@@ -24,6 +24,7 @@ jobs:
2424
- "2.7"
2525
- "3.0"
2626
- "jruby-9.2"
27+
- "truffleruby-21.0.0"
2728
steps:
2829
- uses: actions/checkout@v2
2930
- name: Run tests with Ruby ${{ matrix.ruby }}

Diff for: docker-compose.yml

+14
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@ services:
7979
volumes:
8080
- .:/code
8181
working_dir: /code
82+
83+
ci-truffleruby-21.0.0:
84+
image: flavorjones/truffleruby:21.0.0
85+
entrypoint: /code/ci-run.sh
86+
environment:
87+
INTEGRATION: openldap
88+
INTEGRATION_HOST: ldap.example.org
89+
depends_on:
90+
- openldap
91+
networks:
92+
integration_test_network:
93+
volumes:
94+
- .:/code
95+
working_dir: /code
8296

8397
ci-jruby-9.2:
8498
image: jruby:9.2

0 commit comments

Comments
 (0)