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:
19
19
strategy :
20
20
matrix :
21
21
ruby :
22
- - " 2.6"
23
- - " 2.7"
24
22
- " 3.0"
25
23
- " 3.1"
26
24
- " 3.2"
25
+ - " 3.3"
27
26
- " jruby-9.3"
28
27
- " jruby-9.4"
29
28
- " truffleruby"
Original file line number Diff line number Diff line change @@ -22,22 +22,8 @@ services:
22
22
volumes :
23
23
- ./test/fixtures/ldif:/ldif:ro
24
24
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
41
27
entrypoint : /code/ci-run.sh
42
28
environment :
43
29
INTEGRATION : openldap
@@ -50,8 +36,8 @@ services:
50
36
- .:/code
51
37
working_dir : /code
52
38
53
- ci-3.0 :
54
- image : ruby:3.0
39
+ ci-3.1 :
40
+ image : ruby:3.1
55
41
entrypoint : /code/ci-run.sh
56
42
environment :
57
43
INTEGRATION : openldap
@@ -64,8 +50,8 @@ services:
64
50
- .:/code
65
51
working_dir : /code
66
52
67
- ci-3.1 :
68
- image : ruby:3.1
53
+ ci-3.2 :
54
+ image : ruby:3.2
69
55
entrypoint : /code/ci-run.sh
70
56
environment :
71
57
INTEGRATION : openldap
@@ -78,8 +64,8 @@ services:
78
64
- .:/code
79
65
working_dir : /code
80
66
81
- ci-3.2 :
82
- image : ruby:3.2
67
+ ci-3.3 :
68
+ image : ruby:3.3
83
69
entrypoint : /code/ci-run.sh
84
70
environment :
85
71
INTEGRATION : openldap
You can’t perform that action at this time.
0 commit comments