Skip to content

Commit

Permalink
Upgrade tested Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Jan 19, 2025
1 parent c7664e6 commit 9d89255
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
strategy:
matrix:
ruby-version: [
'3.1.4',
'3.2.5',
'3.3.4',
'3.1.6',
'3.2.6',
'3.3.7',
'3.4.1',
]
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v3.0.3

* Improved Unicode support via updated version of the `unicode-display_width` dependency.
Thanks, Janosch Müller ([@jaynetics](https://github.com/jaynetics)):
https://github.com/matt-harvey/tabulo/pull/24.

### v3.0.2

* Upgrade dependency versions
Expand Down

0 comments on commit 9d89255

Please sign in to comment.