test: test on 0.10 and macOS (#214)

This commit is contained in:
JINNOUCHI Yasushi 2024-06-19 17:18:50 +09:00 committed by GitHub
parent 1f2e9b07ac
commit 78570e237c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,11 @@ jobs:
matrix:
os:
- ubuntu-latest
# FIX: Now macos with nightly Neovim fails to test
# - macos-latest
- macos-latest
- windows-latest
version:
- v0.9.5
- v0.9.4
- v0.9.2
- v0.10.0
- nightly
runs-on: ${{ matrix.os }}
timeout-minutes: 15