mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Also test on last 2 macos and last 2 ubuntu
This commit is contained in:
parent
ac1a2d8426
commit
f2fd80cd61
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -4,15 +4,13 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.experimental == true }}
|
||||
name: ruby-${{ matrix.ruby-version }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0]
|
||||
ruby-version: [3.0, 2.7, 2.6, 2.5]
|
||||
include:
|
||||
- ruby-version: head
|
||||
experimental: true
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
|
|
Loading…
Reference in a new issue