File tree Expand file tree Collapse file tree 2 files changed +9
-24
lines changed Expand file tree Collapse file tree 2 files changed +9
-24
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
1919 strategy :
2020 matrix :
2121 ruby :
22- - " 2.6"
23- - " 2.7"
2422 - " 3.0"
2523 - " 3.1"
2624 - " 3.2"
25+ - " 3.3"
2726 - " jruby-9.3"
2827 - " jruby-9.4"
2928 - " truffleruby"
Original file line number Diff line number Diff line change @@ -22,22 +22,8 @@ services:
2222 volumes :
2323 - ./test/fixtures/ldif:/ldif:ro
2424
25- ci-2.6 :
26- image : ruby:2.7
27- entrypoint : /code/ci-run.sh
28- environment :
29- INTEGRATION : openldap
30- INTEGRATION_HOST : ldap.example.org
31- depends_on :
32- - openldap
33- networks :
34- integration_test_network :
35- volumes :
36- - .:/code
37- working_dir : /code
38-
39- ci-2.7 :
40- image : ruby:2.7
25+ ci-3.0 :
26+ image : ruby:3.0
4127 entrypoint : /code/ci-run.sh
4228 environment :
4329 INTEGRATION : openldap
@@ -50,8 +36,8 @@ services:
5036 - .:/code
5137 working_dir : /code
5238
53- ci-3.0 :
54- image : ruby:3.0
39+ ci-3.1 :
40+ image : ruby:3.1
5541 entrypoint : /code/ci-run.sh
5642 environment :
5743 INTEGRATION : openldap
@@ -64,8 +50,8 @@ services:
6450 - .:/code
6551 working_dir : /code
6652
67- ci-3.1 :
68- image : ruby:3.1
53+ ci-3.2 :
54+ image : ruby:3.2
6955 entrypoint : /code/ci-run.sh
7056 environment :
7157 INTEGRATION : openldap
@@ -78,8 +64,8 @@ services:
7864 - .:/code
7965 working_dir : /code
8066
81- ci-3.2 :
82- image : ruby:3.2
67+ ci-3.3 :
68+ image : ruby:3.3
8369 entrypoint : /code/ci-run.sh
8470 environment :
8571 INTEGRATION : openldap
You can’t perform that action at this time.
0 commit comments