Skip to content

Commit

Permalink
chore: Add Ruby 3.2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Aug 9, 2023
1 parent e203119 commit 60c5145
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.2"
- "3.1"
- "3.0"
- "2.7"
Expand All @@ -21,6 +22,10 @@ jobs:
- typhoeus
- typhoeus-sync
exclude:
- ruby: "3.2"
adapter: em
- ruby: "3.2"
adapter: em-pooled
- ruby: "3.1"
adapter: em
- ruby: "3.1"
Expand Down

0 comments on commit 60c5145

Please sign in to comment.