We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e3431b + 1a8a18f commit 1baa9bfCopy full SHA for 1baa9bf
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
- "2.7"
25
- "3.0"
26
- "jruby-9.2"
27
+ - "truffleruby-21.0.0"
28
steps:
29
- uses: actions/checkout@v2
30
- name: Run tests with Ruby ${{ matrix.ruby }}
docker-compose.yml
@@ -79,6 +79,20 @@ services:
79
volumes:
80
- .:/code
81
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
96
97
ci-jruby-9.2:
98
image: jruby:9.2
0 commit comments