summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 18:12:49 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 18:12:49 -0600
commit10a9b0b05a924d46accbdf99f2266ec8465d10b9 (patch)
tree2e6b505aaf1a07959e3c3d960de15e0e955a68aa /.github
parentd98902ada1d46080f21d1e1f122dc29351db9368 (diff)
Update CHANGELOG and CI configuration
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml10
1 files changed, 6 insertions, 4 deletions
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