Skip to content

Commit

Permalink
Merge pull request #83 from fluent/ci-update-ruby
Browse files Browse the repository at this point in the history
CI: Update Ruby
  • Loading branch information
ashie authored Feb 2, 2022
2 parents 6ce2a8f + d1132cc commit 110eeac
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: Unit Test
name: Test
on:
- push
- pull_request
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: [ '2.5', '2.6', '2.7', '3.0' ]
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
os:
- windows-latest
experimental: [false]
include:
- ruby: 'head'
os: windows-latest
experimental: true
name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 110eeac

Please sign in to comment.