Skip to content

Commit

Permalink
ci: Test with tmux 3.4
Browse files Browse the repository at this point in the history
tmux 3.4 was released recently.
Verify everything still works.
  • Loading branch information
abhinav committed Feb 19, 2024
1 parent cd8b40b commit cf1e224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Integration Test / Tmux ${{ matrix.tmux-version }}
strategy:
matrix:
tmux-version: ["3.3a", "3.2a", "3.1c", "3.0a", "2.9a", "2.8", "2.7"]
tmux-version: ["3.4", "3.3a", "3.2a", "3.1c", "3.0a", "2.9a", "2.8", "2.7"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cf1e224

Please sign in to comment.