Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Oct 29, 2024
1 parent 8a737ce commit ed83108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
strategy:
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "jruby-9.3"
- "jruby-9.4"
- "truffleruby"
Expand Down
30 changes: 8 additions & 22 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,8 @@ services:
volumes:
- ./test/fixtures/ldif:/ldif:ro

ci-2.6:
image: ruby:2.7
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
INTEGRATION_HOST: ldap.example.org
depends_on:
- openldap
networks:
integration_test_network:
volumes:
- .:/code
working_dir: /code

ci-2.7:
image: ruby:2.7
ci-3.0:
image: ruby:3.0
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
Expand All @@ -50,8 +36,8 @@ services:
- .:/code
working_dir: /code

ci-3.0:
image: ruby:3.0
ci-3.1:
image: ruby:3.1
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
Expand All @@ -64,8 +50,8 @@ services:
- .:/code
working_dir: /code

ci-3.1:
image: ruby:3.1
ci-3.2:
image: ruby:3.2
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
Expand All @@ -78,8 +64,8 @@ services:
- .:/code
working_dir: /code

ci-3.2:
image: ruby:3.2
ci-3.3:
image: ruby:3.3
entrypoint: /code/ci-run.sh
environment:
INTEGRATION: openldap
Expand Down

0 comments on commit ed83108

Please sign in to comment.