Skip to content

Commit

Permalink
ci: test ruby 3.4 bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Dec 29, 2024
1 parent b53bbd9 commit 5f867a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.4
- name: Install Dependencies
run: |
gem install test-unit
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ https://github.com/sydneyitguy/digest-sha3-ruby
Copyright (c) 2019-2021 Alex Kotov; licensed under MIT License
https://github.com/kotovalexarian/digest-keccak

Copyright (c) 2021-2022 Afri Schoedon; re-licensed under Apache 2.0
Copyright (c) 2021-2025 Afri Schoedon; re-licensed under Apache 2.0
https://github.com/q9f/keccak.rb

0 comments on commit 5f867a0

Please sign in to comment.