Skip to content

Commit a9d30bc

Browse files
committed
Jammy ruby 3.3.0 staging
1 parent 2ee1cf7 commit a9d30bc

File tree

1 file changed

+2
-2
lines changed
  • cookbooks/travis_ci_ubuntu_2204/attributes

1 file changed

+2
-2
lines changed

cookbooks/travis_ci_ubuntu_2204/attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@
7171
override['travis_build_environment']['nodejs_default'] = '18.18.2'
7272

7373
rubies = %w[
74-
2.7.8
7574
3.0.4
7675
3.1.2
76+
3.3.0
7777
]
7878

7979
override['travis_build_environment']['virtualenv']['version'] = '20.24.6'
8080

8181

8282
# changing default ruby version due to dpl issues
83-
override['travis_build_environment']['default_ruby'] = '2.7.8'
83+
override['travis_build_environment']['default_ruby'] = '3.3.0'
8484
override['travis_build_environment']['rubies'] = rubies
8585

8686
override['travis_build_environment']['otp_releases'] = %w[

0 commit comments

Comments
 (0)