Skip to content

Commit 2879e0d

Browse files
committed
ci(tests): remove tmux < 3.2 from test matrix
why: Minimum supported tmux version is now 3.2a, older versions no longer need CI coverage. what: - Remove tmux 2.6, 2.7, 2.8, 3.0a, 3.1b from version matrix - Keep 3.2a through master for testing
1 parent 57494b0 commit 2879e0d

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
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: ['3.14']
15-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
15+
tmux-version: ['3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
1616
steps:
1717
- uses: actions/checkout@v5
1818

0 commit comments

Comments
 (0)