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 d31dde5 commit 3ca8cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.7
- 3.0
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion lib/panda/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def token_info
get_token(
'tt_user/token_info/get/',
app_id: Panda.config.app_id,
access_token: access_token,
access_token: access_token
)
end

Expand Down

0 comments on commit 3ca8cd2

Please sign in to comment.