Skip to content

Commit

Permalink
Merge pull request #141 from ota42y/ota42y/version_up
Browse files Browse the repository at this point in the history
rsupport ruby 3.2
  • Loading branch information
ota42y authored Jan 28, 2023
2 parents efd5dd2 + b07e26f commit 8464df8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.6, 2.7, '3.0', '3.1']
os:
- ubuntu-latest
- macos-latest
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- ruby-head
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8464df8

Please sign in to comment.