Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci(tests[tmux]) Drop tmux < 3.2 from test matrix
  • Loading branch information
tony committed Nov 29, 2025
commit e6522fdc0ed10f0b18778e08341685c5fa562276
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ['3.14']
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
tmux-version: ['3.2a', '3.3a', '3.4', '3.5', '3.6', 'master']
steps:
- uses: actions/checkout@v5

Expand Down