Skip to content

Commit 96a47f7

Browse files
authored
ci: Test on older Ubuntu flavor (has tmux 2.x)
1 parent 708ce20 commit 96a47f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8+
ubuntuFlavor: ["18.04", "20.04"]
89
vimFlavor: ["vim", "nvim"]
9-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-${{ matrix.ubuntuFlavor }}
1011
steps:
1112
- name: Checkout
1213
uses: actions/checkout@v2

0 commit comments

Comments
 (0)