Skip to content

Commit

Permalink
ci: added tests on stable neovim release
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasYOY committed Jun 22, 2024
1 parent f12ac19 commit b93ff2e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
rev: nightly/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
- os: ubuntu-22.04
rev: stable/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y ripgrep
- os: ubuntu-24.04
rev: stable/nvim-linux64.tar.gz
manager: sudo apt-get
- os: macos-13
rev: nightly/nvim-macos-x86_64.tar.gz
manager: brew
Expand All @@ -27,6 +34,14 @@ jobs:
rev: nightly/nvim-macos-x86_64.tar.gz
manager: brew
packages: ripgrep
- os: macos-13
rev: stable/nvim-macos-x86_64.tar.gz
manager: brew
packages: ripgrep
- os: macos-14
rev: stable/nvim-macos-x86_64.tar.gz
manager: brew
packages: ripgrep
steps:
- uses: actions/checkout@v3
- run: date +%F > todays-date
Expand Down

0 comments on commit b93ff2e

Please sign in to comment.