Skip to content

Commit 8224477

Browse files
authored
Merge pull request #17 from Fryguy/upgrade_ruby
Upgrade build to Ruby 2.7
2 parents eff1c60 + 995e19d commit 8224477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: '2.5'
21+
ruby-version: '2.7'
2222
bundler-cache: true
2323
- name: Get manageiq.org repo
2424
run: git clone https://github.com/ManageIQ/manageiq.org

0 commit comments

Comments
 (0)