Skip to content

Commit f41b99d

Browse files
committed
ci(tmux): Add tmux 3.4 to test matrix
See also: https://github.com/tmux/tmux/blob/3.4/CHANGES
1 parent f5c1ec9 commit f41b99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: ['3.8', '3.12']
14-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
14+
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', 'master']
1515
steps:
1616
- uses: actions/checkout@v4
1717

0 commit comments

Comments
 (0)