Skip to content

Commit e860a19

Browse files
committed
ci(test): Test the oldest supported python against the oldest and latest tmux
1 parent c47f361 commit e860a19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
matrix:
1313
python-version: [ '3.10' ]
1414
tmux-version: [ '2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', 'master' ]
15+
# balance ci coverage across supported python/tmux versions with CI speed
16+
include:
17+
- python-version: '3.7'
18+
tmux-version: '2.6'
19+
- python-version: '3.7'
20+
tmux-version: 'master'
1521
steps:
1622
- uses: actions/checkout@v1
1723

0 commit comments

Comments
 (0)