diff options
| author | William Boman <william@redwill.se> | 2023-06-28 19:21:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 19:21:35 +0200 |
| commit | 7e90823138514ab6593ba146a8aab484af071c91 (patch) | |
| tree | 479ff7b18f20b48b2a44cbec18cdb75e90c450ae /.github | |
| parent | chore(ci): upgrade linter versions (#1377) (diff) | |
| download | mason-7e90823138514ab6593ba146a8aab484af071c91.tar mason-7e90823138514ab6593ba146a8aab484af071c91.tar.gz mason-7e90823138514ab6593ba146a8aab484af071c91.tar.bz2 mason-7e90823138514ab6593ba146a8aab484af071c91.tar.lz mason-7e90823138514ab6593ba146a8aab484af071c91.tar.xz mason-7e90823138514ab6593ba146a8aab484af071c91.tar.zst mason-7e90823138514ab6593ba146a8aab484af071c91.zip | |
chore(ci): add nvim v0.9.1 to test matrix (#1378)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef8de0cf..7bd62bca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: - v0.8.2 - v0.8.3 - v0.9.0 + - v0.9.1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |
