Skip to content

Commit

Permalink
Rename according to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 18, 2024
1 parent 2abd88c commit 8890fcf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ jobs:
version: 2.6.10
dockerfile: Dockerfile-2.6.10
- engine: ruby
version: 2.7.6
dockerfile: Dockerfile-2.7.6
version: 2.7.8
dockerfile: Dockerfile-2.7.8
- engine: ruby
version: 3.0.4
dockerfile: Dockerfile-3.0.4
version: 3.0.7
dockerfile: Dockerfile-3.0.7
- engine: ruby
version: 3.1.2
dockerfile: Dockerfile-3.1.2
version: 3.1.6
dockerfile: Dockerfile-3.1.6
- engine: ruby
version: 3.2.0
dockerfile: Dockerfile-3.2.0
version: 3.2.4
dockerfile: Dockerfile-3.2.4
- engine: ruby
version: 3.3.0
dockerfile: Dockerfile-3.3.0
version: 3.3.2
dockerfile: Dockerfile-3.3.2
# ADD NEW RUBIES HERE
- engine: jruby
version: 9.2.21.0
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- bundle-2.6:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-2.7:
image: ghcr.io/datadog/dd-trace-rb/ruby:2.7.6-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:2.7.8-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -89,7 +89,7 @@ services:
- bundle-2.7:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.0:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.0.4-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.0.7-dd
command: /bin/bash
depends_on:
- ddagent
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
- bundle-3.0:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.1:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.2-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.1.6-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -150,7 +150,7 @@ services:
- bundle-3.1:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.2:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.2.0-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.2.4-dd
command: /bin/bash
depends_on:
- ddagent
Expand All @@ -175,7 +175,7 @@ services:
- bundle-3.2:/usr/local/bundle
- "ddagent_var_run:${TEST_DDAGENT_VAR_RUN}"
tracer-3.3:
image: ghcr.io/datadog/dd-trace-rb/ruby:3.3.0-dd
image: ghcr.io/datadog/dd-trace-rb/ruby:3.3.2-dd
command: /bin/bash
depends_on:
- ddagent
Expand Down

0 comments on commit 8890fcf

Please sign in to comment.