File tree 2 files changed +13
-30
lines changed
2 files changed +13
-30
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ 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
- - " truffleruby-22 "
28
+ - " truffleruby"
30
29
steps :
31
30
- uses : actions/checkout@v2
32
31
- name : Run tests with Ruby ${{ matrix.ruby }}
33
- run : docker- compose run ci-${{ matrix.ruby }}
32
+ run : docker compose run ci-${{ matrix.ruby }}
Original file line number Diff line number Diff line change 1
- version : " 3.8"
2
-
3
1
networks :
4
2
integration_test_network :
5
3
@@ -24,22 +22,8 @@ services:
24
22
volumes :
25
23
- ./test/fixtures/ldif:/ldif:ro
26
24
27
- ci-2.6 :
28
- image : ruby:2.7
29
- entrypoint : /code/ci-run.sh
30
- environment :
31
- INTEGRATION : openldap
32
- INTEGRATION_HOST : ldap.example.org
33
- depends_on :
34
- - openldap
35
- networks :
36
- integration_test_network :
37
- volumes :
38
- - .:/code
39
- working_dir : /code
40
-
41
- ci-2.7 :
42
- image : ruby:2.7
25
+ ci-3.0 :
26
+ image : ruby:3.0
43
27
entrypoint : /code/ci-run.sh
44
28
environment :
45
29
INTEGRATION : openldap
@@ -52,8 +36,8 @@ services:
52
36
- .:/code
53
37
working_dir : /code
54
38
55
- ci-3.0 :
56
- image : ruby:3.0
39
+ ci-3.1 :
40
+ image : ruby:3.1
57
41
entrypoint : /code/ci-run.sh
58
42
environment :
59
43
INTEGRATION : openldap
@@ -66,8 +50,8 @@ services:
66
50
- .:/code
67
51
working_dir : /code
68
52
69
- ci-3.1 :
70
- image : ruby:3.1
53
+ ci-3.2 :
54
+ image : ruby:3.2
71
55
entrypoint : /code/ci-run.sh
72
56
environment :
73
57
INTEGRATION : openldap
@@ -80,8 +64,8 @@ services:
80
64
- .:/code
81
65
working_dir : /code
82
66
83
- ci-3.2 :
84
- image : ruby:3.2
67
+ ci-3.3 :
68
+ image : ruby:3.3
85
69
entrypoint : /code/ci-run.sh
86
70
environment :
87
71
INTEGRATION : openldap
@@ -95,8 +79,8 @@ services:
95
79
working_dir : /code
96
80
97
81
# https://github.com/flavorjones/truffleruby/pkgs/container/truffleruby
98
- ci-truffleruby-22 :
99
- image : ghcr.io/flavorjones/truffleruby:22.3.1
82
+ ci-truffleruby :
83
+ image : ghcr.io/flavorjones/truffleruby:stable
100
84
entrypoint : /code/ci-run.sh
101
85
environment :
102
86
INTEGRATION : openldap
You can’t perform that action at this time.
0 commit comments