Skip to content

Commit

Permalink
add support for tmux 3.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
ethagnawl committed Jun 11, 2021
1 parent a72b64f commit d0c5dac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ rvm:
- "2.7.3"
- "3.0.1"
env:
- TMUX_VERSION=3.2a
- TMUX_VERSION=3.2
- TMUX_VERSION=3.1c
- TMUX_VERSION=3.1b
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Unreleased
### tmux
- add tmux 3.2a to Travis test matrix; add 3.2a to supported tmux versions list

## 3.0.0
### Misc
- Deprecate Ruby 2.5; bump min Ruby version in gemspec; bump Ruby versions in Travis test matrix
Expand Down
1 change: 1 addition & 0 deletions lib/tmuxinator/tmux_version.rb
@@ -1,6 +1,7 @@
module Tmuxinator
module TmuxVersion
SUPPORTED_TMUX_VERSIONS = [
"3.2a",
3.2,
"3.1c",
"3.1b",
Expand Down

0 comments on commit d0c5dac

Please sign in to comment.