Skip to content

Commit 990a666

Browse files
Add ruby 3.4 to CI (#438)
* Add ruby 3.4 to CI * Add ruby 3.4 to docker-compose.yml --------- Co-authored-by: Kevin McCormack <[email protected]>
1 parent 16d7625 commit 990a666

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "3.1"
2525
- "3.2"
2626
- "3.3"
27+
- "3.4"
2728
- "jruby-9.4"
2829
- "truffleruby"
2930
steps:

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)