Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 16, 2021
1 parent 7f131b5 commit adabfb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
ruby-version: ['2.7', '3.0']
jekyll-version: ["~> 3.0", "~> 4.0"]

steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +22,9 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler-cache: true
env:
JEKYLL_VERSION: ${{ matrix.jekyll-version }}

- name: Run tests
run: script/cibuild

0 comments on commit adabfb8

Please sign in to comment.