From 10a9b0b05a924d46accbdf99f2266ec8465d10b9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 12 Jun 2020 18:12:49 -0600 Subject: Update CHANGELOG and CI configuration --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 794d6c0..794eb1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,13 @@ on: [push, pull_request] jobs: test: runs-on: ubuntu-latest + strategy: + matrix: + ruby: [ '2.5', '2.6', '2.7' ] steps: - uses: actions/checkout@v1 - - name: Set up Ruby - uses: actions/setup-ruby@v1 + - uses: actions/setup-ruby@v1 with: - version: 2.7.x - - name: Build and test + ruby-version: ${{ matrix.ruby }} + - name: cibuild run: bin/cibuild -- cgit v1.2.3