We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f2d65 commit 4213b69Copy full SHA for 4213b69
.github/workflows/libtmux-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
python-version: [ '3.x' ]
12
- tmux-version: [ '2.8' ]
+ tmux-version: [ '2.6', '2.7', '2.8', 'master' ]
13
steps:
14
- uses: actions/checkout@v1
15
- name: Cache tmux build ${{ matrix.tmux-version }}
0 commit comments