Skip to content

Commit

Permalink
Bump ruby 2.6 -> 2.7 to fix packagecloud deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Nov 23, 2023
1 parent 454b611 commit 03aa5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
deploy:
docker:
# The primary container is an instance of the first list image listed. Your build commands run in this container.
- image: circleci/ruby:2.6
- image: circleci/ruby:2.7
working_directory: /tmp/deploy
environment:
- DISTROS: "bionic focal el7 el8"
Expand Down

0 comments on commit 03aa5d4

Please sign in to comment.