Skip to content

Commit

Permalink
Merge pull request #60 from t-k/ruby3.2
Browse files Browse the repository at this point in the history
Add Ruby 3.2 to GitHub Actions test matrix
  • Loading branch information
jiikko authored Jun 1, 2023
2 parents 71ba85c + 8f7c365 commit deb8590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit deb8590

Please sign in to comment.