diff options
| author | William Boman <william@redwill.se> | 2023-10-10 14:01:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 14:01:39 +0200 |
| commit | da263879ac4784760a66884d8be36f28adc1fb7a (patch) | |
| tree | d63dea65fce73a1037e1d40b75c467990de1540c /.github | |
| parent | chore(main): release 1.8.0 (#1469) (diff) | |
| download | mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar.gz mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar.bz2 mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar.lz mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar.xz mason-da263879ac4784760a66884d8be36f28adc1fb7a.tar.zst mason-da263879ac4784760a66884d8be36f28adc1fb7a.zip | |
ci: add nvim v0.9.3 and v0.9.4 to test matrix (#1513)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7bd62bca..f3b8fee4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,8 @@ jobs: - v0.8.3 - v0.9.0 - v0.9.1 + - v0.9.2 + - v0.9.4 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
