diff options
| author | William Boman <william@redwill.se> | 2026-04-21 15:25:16 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2026-04-21 15:25:16 +0200 |
| commit | 88bdf9e7a5f027ce376789f4a236cef310463103 (patch) | |
| tree | 48c9cdf61bd9c803a366847f1b4751cb642e0e4b /.github/workflows/tests.yml | |
| parent | fix: actually emit the receipt in uninstall event payloads (#2071) (diff) | |
| download | mason-chore/ci-upgrades.tar mason-chore/ci-upgrades.tar.gz mason-chore/ci-upgrades.tar.bz2 mason-chore/ci-upgrades.tar.lz mason-chore/ci-upgrades.tar.xz mason-chore/ci-upgrades.tar.zst mason-chore/ci-upgrades.zip | |
chore(ci): update stylua, selene, neovimchore/ci-upgrades
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0908ee78..7d93a157 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,14 @@ jobs: - v0.10.4 - v0.11.0 - v0.11.1 + - v0.11.2 + - v0.11.3 + - v0.11.4 + - v0.11.5 + - v0.11.6 + - v0.11.7 + - v0.12.0 + - v0.12.1 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 |
