Skip to content

Commit 4ebbc55

Browse files
authored
Merge pull request #688 from gaurav-nelson/ruby-fix-actions
fix: Update Ruby version for failing gems
2 parents 17e07cf + f2db135 commit 4ebbc55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 2.7
19+
ruby-version: '3.3'
2020

2121
- run: gem install asciidoctor rouge
2222

.github/workflows/htmltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '2.7'
17+
ruby-version: '3.3'
1818

1919
- name: Install build dependencies
2020
run: |

0 commit comments

Comments
 (0)