Skip to content

Commit e7a71a3

Browse files
authored
Merge pull request #23 from Fryguy/upgrade_ruby
Upgrade Ruby to 3.3
2 parents f3d542b + ddd3a11 commit e7a71a3

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: '2.7'
24+
ruby-version: '3.3'
2525
bundler-cache: true
2626
- name: Get manageiq.org repo
2727
run: git clone https://github.com/ManageIQ/manageiq.org

0 commit comments

Comments
 (0)