Skip to content

Commit

Permalink
chore: update supported Ruby versions to 2.7-3.4 (dropping 2.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanns committed Feb 27, 2025
1 parent fcc1b4b commit b3f437f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sha3
# sha3

[![Gem Version](https://badge.fury.io/rb/sha3.svg)](https://badge.fury.io/rb/sha3) [![Ruby](https://github.com/johanns/sha3/actions/workflows/main.yml/badge.svg)](https://github.com/johanns/sha3/actions/workflows/main.yml)

Expand Down Expand Up @@ -110,7 +110,7 @@ Only a small subset of test vectors are included in the source repository; howev

Supported Ruby versions:

- MRI Ruby 2.6 - 3.1
- MRI Ruby 2.7 - 3.1

## Credits

Expand Down

0 comments on commit b3f437f

Please sign in to comment.