Skip to content

Update to Ruby 3.2 #468

Update to Ruby 3.2

Update to Ruby 3.2 #468

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Install Bundle Dependencies
run: bundle install
- name: Build
run: bundle exec jekyll build