Skip to content

Commit cb33038

Browse files
committed
rvm tests
1 parent 736df43 commit cb33038

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

ci-ubuntu-2204.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ provisioners:
192192
<% if ENV['CHEF_PROFILING'] %>
193193
- recipe[poise-profiler]
194194
<% end %>
195-
- type: shell
196-
scripts:
197-
- packer-scripts/rvm-install
198-
execute_command: "{{ .Vars }} exec bash '{{ .Path }}'"
199195
- type: shell
200196
scripts:
201197
- packer-scripts/ensure-travis-user

cookbooks/travis_ci_ubuntu_2204/attributes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
override['travis_build_environment']['nodejs_default'] = '18.18.2'
9595

9696
rubies = %w[
97+
2.7.8
9798
3.0.4
9899
3.1.2
99100
]
@@ -102,7 +103,7 @@
102103

103104

104105
# changing default ruby version due to dpl issues
105-
override['travis_build_environment']['default_ruby'] = '3.1.2'
106+
override['travis_build_environment']['default_ruby'] = '2.7.8'
106107
override['travis_build_environment']['rubies'] = rubies
107108

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

0 commit comments

Comments
 (0)