Skip to content

Commit

Permalink
Merge pull request #389 from gogainda/patch-1
Browse files Browse the repository at this point in the history
Add TruffleRuby 21.0.0 to CI
  • Loading branch information
HarlemSquirrel authored Feb 4, 2021
2 parents 9e3431b + 1a8a18f commit 1baa9bf
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 @@ -24,6 +24,7 @@ jobs:
- "2.7"
- "3.0"
- "jruby-9.2"
- "truffleruby-21.0.0"
steps:
- uses: actions/checkout@v2
- name: Run tests with Ruby ${{ matrix.ruby }}
Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ services:
volumes:
- .:/code
working_dir: /code

ci-truffleruby-21.0.0:
image: flavorjones/truffleruby:21.0.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
Expand Down

0 comments on commit 1baa9bf

Please sign in to comment.