From 5f867a0ef1a49000457eda5492d7f00323fd174f Mon Sep 17 00:00:00 2001 From: afr q9f <58883403+q9f@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:02:58 +0100 Subject: [PATCH] ci: test ruby 3.4 bindings --- .github/workflows/build.yml | 4 ++-- AUTHORS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8eda7da..8a3bfee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/AUTHORS b/AUTHORS index a92eaaa..b8fa254 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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