Skip to content

Commit 1df438a

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 60a2188 commit 1df438a

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.14']
14-
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
14+
tmux-version: ['3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
1515
steps:
1616
- uses: actions/checkout@v5
1717

0 commit comments

Comments
 (0)