We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee1cf7 commit a9d30bcCopy full SHA for a9d30bc
cookbooks/travis_ci_ubuntu_2204/attributes/default.rb
@@ -71,16 +71,16 @@
71
override['travis_build_environment']['nodejs_default'] = '18.18.2'
72
73
rubies = %w[
74
- 2.7.8
75
3.0.4
76
3.1.2
+ 3.3.0
77
]
78
79
override['travis_build_environment']['virtualenv']['version'] = '20.24.6'
80
81
82
# changing default ruby version due to dpl issues
83
-override['travis_build_environment']['default_ruby'] = '2.7.8'
+override['travis_build_environment']['default_ruby'] = '3.3.0'
84
override['travis_build_environment']['rubies'] = rubies
85
86
override['travis_build_environment']['otp_releases'] = %w[
0 commit comments