Skip to content

Commit 0ced160

Browse files
committed
GitHub Actions: Add tmux 3.0
1 parent 6048cee commit 0ced160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libtmux-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: [ '3.x' ]
12-
tmux-version: [ '2.6', '2.7', '2.8', 'master' ]
12+
tmux-version: [ '2.6', '2.7', '2.8', '3.0', 'master' ]
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Cache tmux build ${{ matrix.tmux-version }}

0 commit comments

Comments
 (0)