Skip to content

Commit

Permalink
Add 3.4 to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 13, 2024
1 parent af700d0 commit e34b8ad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@ job_configuration:
ruby_version: 'ruby-3.3.0'
image: ghcr.io/datadog/images-rb/engines/ruby:3.3
resource_class_to_use: medium+
- &config-3_4
<<: *filters_all_branches_and_tags
ruby_version: 'ruby-3.4.0'
image: ghcr.io/datadog/images-rb/engines/ruby:3.4
resource_class_to_use: medium+
# ADD NEW RUBIES HERE
- &config-jruby-9_2 # More recent release of 9.2
<<: *filters_all_branches_and_tags
Expand Down Expand Up @@ -456,6 +461,7 @@ workflows:
- test-3.1
- test-3.2
- test-3.3
- test-3.4
# ADD NEW RUBIES HERE
- test-jruby-9.2
- test-jruby-9.3
Expand Down Expand Up @@ -504,6 +510,11 @@ workflows:
integration_apps: 'rack rails-six rails-seven sinatra2-classic sinatra2-modular'
ruby_version: '3.3'
<<: *filters_all_branches_and_tags
- orb/build_and_test_integration:
name: build_and_test_integration-3.4
integration_apps: 'rack rails-six rails-seven sinatra2-classic sinatra2-modular'
ruby_version: '3.4'
<<: *filters_all_branches_and_tags
# ⬆️ **Note**: If add/remove test apps above, remember to also copy-paste the changes to the "edge" workflow further down the file.
#
# ADD NEW RUBIES HERE
Expand Down Expand Up @@ -563,6 +574,14 @@ workflows:
name: test-3.3
requires:
- build-3.3
- orb/build:
<<: *config-3_4
name: build-3.4
- orb/test:
<<: *config-3_4
name: test-3.4
requires:
- build-3.4
# ADD NEW RUBIES HERE
- orb/build:
<<: *config-jruby-9_2
Expand Down

0 comments on commit e34b8ad

Please sign in to comment.