Skip to content

Commit

Permalink
GH Pages: update Ruby version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jrfnl committed Sep 9, 2024
1 parent 36316e5 commit 2102e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# Use the version as per https://pages.github.com/versions/.
ruby-version: 2.7.3
ruby-version: 3.3.4
bundler-cache: true

- name: Test building the GH Pages site
Expand Down

0 comments on commit 2102e05

Please sign in to comment.