Skip to content

Commit

Permalink
Update ruby to 2.7 for packagecloud deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Nov 22, 2023
1 parent c404360 commit 8fd2d42
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 @@ -119,7 +119,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.4
- image: circleci/ruby:2.7
working_directory: ~/packages
environment:
DISTROS: "bionic focal el7 el8"
Expand Down

0 comments on commit 8fd2d42

Please sign in to comment.