Skip to content

Update jekyll ruby version #2

Update jekyll ruby version

Update jekyll ruby version #2

Workflow file for this run

name: Gem Install
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Type-on-strap
continue-on-error: true
run: gem install type-on-strap --source "https://rubygems.pkg.github.com/sylhare"
- name: Vermelinho
continue-on-error: true
run: gem install vermelinho --source "https://rubygems.pkg.github.com/sylhare"