Skip to content

Commit

Permalink
Keep Ruby 3.0 on older Ruby
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Aug 14, 2024
1 parent d481830 commit a449de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ expeditor:
timeout_in_minutes: 30

steps:
- label: "Integration Ubuntu 22.04 :ruby: 3.0"
- label: "Integration Ubuntu 18.04 :ruby: 3.0"
commands:
- bundle install --jobs=3 --retry=3
- bundle exec rake
expeditor:
executor:
docker:
image: rubydistros/ubuntu-22.04:3.0
image: rubydistros/ubuntu-18.04:3.0
privileged: true

- label: "Integration Ubuntu 22.04 :ruby: 3.1"
Expand Down

0 comments on commit a449de5

Please sign in to comment.