Skip to content

Commit

Permalink
Merge pull request #11 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 8835854 + dfc492b commit c7581eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing on Ubuntu
name: Test on Ubuntu

on:
push:
Expand All @@ -13,15 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '2.7', '2.6']
ruby: ['3.1', '3.0', '2.7', '2.6']
os: [ubuntu-latest]
experimental: [false]
include:
- ruby: head
os: ubuntu-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
- name: Set up Ruby
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing on macOS
name: Test on macOS

on:
push:
Expand All @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '2.7', '2.6']
ruby: ['3.1', '3.0', '2.7', '2.6']
os: [macos-latest]

name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing on Windows
name: Test on Windows

on:
push:
Expand All @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '2.7', '2.6']
ruby: ['3.1', '3.0', '2.7', '2.6']
os:
- windows-latest
name: Unit testing with Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit c7581eb

Please sign in to comment.