Skip to content

Commit cfd84dc

Browse files
committed
Ruby2.7 made default
1 parent 8ec5e01 commit cfd84dc

File tree

1 file changed

+8
-6
lines changed
  • cookbooks/travis_ci_ubuntu_2204/attributes

1 file changed

+8
-6
lines changed

cookbooks/travis_ci_ubuntu_2204/attributes/default.rb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
override['travis_build_environment']['python_aliases'] = {
88
'3.10.5' => %w[3.10],
99
'3.8.3' => %w[3.8],
10-
'3.7.7' => %w[3.7],
10+
'3.7.13' => %w[3.7],
1111
'pypy2.7-7.3.1' => %w[pypy],
1212
'pypy3.6-7.3.1' => %w[pypy3],
1313
'pypy3.9-7.3.9' => %w[pypy3.9]
@@ -88,20 +88,22 @@
8888
)
8989

9090
override['travis_build_environment']['nodejs_versions'] = %w[
91-
14.18.1
92-
16.13.0
93-
17.1.0
91+
16.20.2
92+
18.18.2
9493
]
95-
override['travis_build_environment']['nodejs_default'] = '14.18.1'
94+
override['travis_build_environment']['nodejs_default'] = '18.18.2'
9695

9796
rubies = %w[
97+
2.7.8
9898
3.0.4
9999
3.1.2
100100
]
101101

102102
override['travis_build_environment']['virtualenv']['version'] = '20.0.20'
103103

104-
override['travis_build_environment']['default_ruby'] = '3.1.2'
104+
105+
# changing default ruby version due to dpl issues
106+
override['travis_build_environment']['default_ruby'] = '2.7.8'
105107
override['travis_build_environment']['rubies'] = rubies
106108

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

0 commit comments

Comments
 (0)