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: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
# FIX: Now macos with nightly Neovim fails to test - macos-latest
# - macos-latest
- windows-latest - windows-latest
version: version:
- v0.9.5 - v0.9.5
- v0.9.4 - v0.10.0
- v0.9.2
- nightly - nightly
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 15 timeout-minutes: 15