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.
1 parent 89864d8 commit 19b9f47Copy full SHA for 19b9f47
docker-compose.yml
@@ -78,6 +78,20 @@ services:
78
- .:/code
79
working_dir: /code
80
81
+ ci-3.4:
82
+ image: ruby:3.4
83
+ entrypoint: /code/ci-run.sh
84
+ environment:
85
+ INTEGRATION: openldap
86
+ INTEGRATION_HOST: ldap.example.org
87
+ depends_on:
88
+ - openldap
89
+ networks:
90
+ integration_test_network:
91
+ volumes:
92
+ - .:/code
93
+ working_dir: /code
94
+
95
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
96
ci-truffleruby:
97
image: ghcr.io/flavorjones/truffleruby:stable
0 commit comments