Skip to content

Commit ed83108

Browse files
Update test.yml
1 parent 8a737ce commit ed83108

File tree

2 files changed

+9
-24
lines changed

2 files changed

+9
-24
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

docker-compose.yml

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)