Skip to content

Commit

Permalink
Add Ruby 3.2 to CI matrix (#337)
Browse files Browse the repository at this point in the history
- Bump actions/checkout to v3 also
  • Loading branch information
mishina2228 committed Mar 2, 2023
1 parent 340eb4f commit 7c571b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,9 +15,10 @@ jobs:
- 2.7
- '3.0'
- 3.1
- 3.2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
Expand Down

0 comments on commit 7c571b5

Please sign in to comment.