Skip to content

Commit 2739362

Browse files
Bumpy used ruby to 2.6 to support Pygments 3.0.0
1 parent bf11c59 commit 2739362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 2.4
14+
ruby-version: 2.6
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1616

1717
- name: Run Jekyll to generate page

0 commit comments

Comments
 (0)