Skip to content

Commit

Permalink
Try to change Ruby version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrytrager committed Dec 26, 2024
1 parent ba1c60d commit cb57a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.7
- 3.0
- 3.3

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 1 addition & 5 deletions lib/panda/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ def report(advertiser_id, report_type, dimensions, params = {})
end

def token_info
get_token(
'tt_user/token_info/get/',
app_id: Panda.config.app_id,
access_token: access_token,
)
get_token('tt_user/token_info/get/', app_id: Panda.config.app_id, access_token:)
end

private
Expand Down

0 comments on commit cb57a96

Please sign in to comment.