Skip to content

Commit 995e19d

Browse files
committed
Upgrade build to Ruby 2.7
There is an issue in CI with building libv8 that has been fixed in a newer rubygems. Instead of just upgrading Ruby gems, we might as well update Ruby itself. See also ManageIQ/manageiq.org#1092
1 parent eff1c60 commit 995e19d

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)