Skip to content

Commit f2db135

Browse files
committed
fix: Update Ruby version for failing gems
1 parent 17e07cf commit f2db135

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)