From f2fd80cd61fadf304b5c24fa90434aaf371ae753 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Tue, 29 Dec 2020 17:45:48 +0000 Subject: [PATCH] Also test on last 2 macos and last 2 ubuntu --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70693d0d..e0d2ac84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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