Skip to content

Commit

Permalink
Fix stripe#1190 by marking RequestOptions transient
Browse files Browse the repository at this point in the history
Also try to prevent similar problems in the future by checking that
we only use the reflection-based type adapter for classes in `com.stripe.`.
  • Loading branch information
ramon-stripe committed Apr 19, 2021
1 parent 148a5ac commit 18edd8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- "11.0"
- "12.0"
- "13.0"
- "16.0"

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

0 comments on commit 18edd8d

Please sign in to comment.