We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af0fcc commit adff25bCopy full SHA for adff25b
1 file changed
.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Ruby & Install Gems
27
uses: ruby/setup-ruby@v1
28
with:
29
- ruby-version: "2.7.8" # pick any supported version
+ ruby-version: "3.2.2" # pick any supported version
30
bundler-cache: true
31
32
- name: Configure Pages
0 commit comments