Skip to content

Commit e8365a4

Browse files
ci: use Ruby 3.2 in Pages workflow to satisfy gem requirements
1 parent e2c6270 commit e8365a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: "3.1"
15+
ruby-version: "3.2"
1616
bundler-cache: true
1717
- run: bundle config path vendor/bundle || true
1818
- run: bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)