Skip to content

Commit

Permalink
Merge pull request #169 from petergoldstein/feature/add_ruby_3_2_to_ci
Browse files Browse the repository at this point in the history
Adds Ruby 3.2 to CI
  • Loading branch information
halostatue committed Jan 17, 2023
2 parents 3ba14a9 + 6910344 commit 0bf7805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu
Expand All @@ -28,6 +29,7 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- head
- debug
- mingw
Expand Down

0 comments on commit 0bf7805

Please sign in to comment.