Skip to content

Commit

Permalink
ci(tmux): Add tmux 3.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 14, 2024
1 parent f5c1ec9 commit f41b99d
Showing 1 changed file with 1 addition and 1 deletion.
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.8', '3.12']
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', 'master']
tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', 'master']
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f41b99d

Please sign in to comment.