Skip to content

Commit

Permalink
(CAT-1832) Update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jun 7, 2024
1 parent b8c277f commit 1d10c4a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-testing/spec/spec_helper_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
latest: {
full: '8.6.0',
major: '8',
ruby: '3.2.3'
ruby: '3.2.*'
},
lts: {
full: '7.30.0',
major: '7',
ruby: '2.7.8'
ruby: '2.7.*'
}
}.freeze

Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
latest: {
full: '8.6.0',
major: '8',
ruby: '3.2.3'
ruby: '3.2.*'
},
lts: {
full: '7.30.0',
major: '7',
ruby: '2.7.8'
ruby: '2.7.*'
}
}.freeze

Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
latest: {
full: '8.6.0',
major: '8',
ruby: '3.2.3'
ruby: '3.2.*'
},
lts: {
full: '7.30.0',
major: '7',
ruby: '2.7.8'
ruby: '2.7.*'
}
}.freeze

Expand Down

0 comments on commit 1d10c4a

Please sign in to comment.