Skip to content

Commit 19b9f47

Browse files
committed
Add ruby 3.4 to docker-compose.yml
1 parent 89864d8 commit 19b9f47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docker-compose.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,20 @@ services:
7878
- .:/code
7979
working_dir: /code
8080

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+
8195
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
8296
ci-truffleruby:
8397
image: ghcr.io/flavorjones/truffleruby:stable

0 commit comments

Comments
 (0)