Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [push]
jobs:
test:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
ruby-version: ['3.0', '2.7']
ruby-version: ['3.1', '3.2']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.1.4
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@

## 1.3.1
* Adds supports of maxSupportedTransactionVersion for get_block method

## 2.0.0
* Fix get_transaction when running without encoding parameter
* Add support for maxSupportedTransactionVersion for get_transaction
* Update ruby to 3.1.4 and bundler to 2.3.26
Loading