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 16d7625 commit 990a666Copy full SHA for 990a666
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
- "3.1"
25
- "3.2"
26
- "3.3"
27
+ - "3.4"
28
- "jruby-9.4"
29
- "truffleruby"
30
steps:
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