Skip to content

Commit

Permalink
Activate ruby 3.3 on Circle (#21791)
Browse files Browse the repository at this point in the history
Use the latest beta using xcode 15.3 and ruby 3.3
  • Loading branch information
lacostej committed Mar 1, 2024
1 parent 7fe135c commit f3cdc2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,10 @@ workflows:
name: 'Execute tests on macOS (Xcode 15.2.0, Ruby 3.2)'
xcode_version: '15.2.0'
ruby_version: '3.2'
- tests_macos:
name: 'Execute tests on macOS (Xcode 15.3, Ruby 3.3)'
xcode_version: '15.3'
ruby_version: '3.3'
ruby_opt: -W:deprecated
- tests_ubuntu:
name: 'Execute tests on Ubuntu'
Expand Down

0 comments on commit f3cdc2d

Please sign in to comment.