Skip to content

Commit

Permalink
chore: Add Ruby 3.3-3.1 to the test matrix; rm ruby < 3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Kofink <ajkofink@gmail.com>
  • Loading branch information
akofink committed Mar 31, 2024
1 parent 17a5fde commit c4eebb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- '3.0.1'
- '2.7.3'
- '2.6.7'
- '3.3.0'
- '3.2.3'
- '3.1.4'
- '3.0.6'
tmux_version:
- '3.4'
- '3.3a'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Replace exists? with exist? for Ruby >= 3.2
### Misc
- Remove `mux` alias from Fish and Bash completions
- Add Ruby 3.2, 3.1 to the test matrix; rm ruby < 3>

## 3.1.2
### Fixes
Expand Down

0 comments on commit c4eebb2

Please sign in to comment.