ci: update matrix environment

This commit is contained in:
Cotes Chung 2022-03-04 22:58:42 +08:00
parent dd9d5a7207
commit 00ad357033
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name: 'Continuous Integration'
name: 'CI'
on:
push:
branches-ignore:
@ -18,23 +18,20 @@ on:
- '**'
jobs:
ci:
runs-on: ${{ matrix.os }}
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, 3]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test Site
run: bash tools/deploy.sh --dry-run