Skip to content

Commit

Permalink
Adding Ruby 3.2 to test matrix (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaratan authored Dec 13, 2023
1 parent 38febfc commit 4f11048
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
os:
- ubuntu
- windows
Expand All @@ -27,6 +28,8 @@ jobs:
exclude:
- ruby-version: '3.1'
os: windows
- ruby-version: '3.2'
os: windows

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

0 comments on commit 4f11048

Please sign in to comment.