Skip to content

Commit 2102e05

Browse files
committed
GH Pages: update Ruby version
The ruby version supported for GH Pages has been changed, so the workflow needs updating. This was hidden away in non-descript changelog entry in the GH Pages v229 release _sigh_. Refs: * https://pages.github.com/versions/ * https://github.com/github/pages-gem/releases
1 parent 36316e5 commit 2102e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
# Use the version as per https://pages.github.com/versions/.
24-
ruby-version: 2.7.3
24+
ruby-version: 3.3.4
2525
bundler-cache: true
2626

2727
- name: Test building the GH Pages site

0 commit comments

Comments
 (0)