Skip to content

Commit

Permalink
CI: Add Ruby 3.1 for GNU/Linux & macOS
Browse files Browse the repository at this point in the history
For windows, we have several known issues on RubyInstaller 3.1 so that
we don't yet add for now:

#3585

Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Feb 4, 2022
1 parent 2af8f20 commit 39dce90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '2.7', '2.6']
ruby-version: ['3.1', '3.0', '2.7', '2.6']
os: [ubuntu-latest]
experimental: [false]
include:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['head', '2.7']
ruby-version: ['3.1', '3.0', '2.7']
os: [macos-latest]
experimental: [true]
include:
- ruby-version: head
os: macos-latest
experimental: true

name: Unit testing with Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 39dce90

Please sign in to comment.