Skip to content

Commit

Permalink
next-ls 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Feb 15, 2024
1 parent 9fc59fd commit 1da413d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
os: [ubuntu-22.04, macos-14, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand All @@ -18,7 +18,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand All @@ -36,6 +36,8 @@ jobs:

- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions next-ls.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class NextLs < Formula
desc "Language server for Elixir that just works"
homepage "https://www.elixir-tools.dev/next-ls"
url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.15.0.tar.gz"
sha256 "94d543761df422a02a91b390cf5322959ba088531373da24576b8338407c87d9"
url "https://github.com/elixir-tools/next-ls/archive/refs/tags/v0.17.0.tar.gz"
sha256 "9c4ba3f0bf2a4c7491c050f9abdc76de8651dffe9e6f7cc525b2c0704ed682ed"
license "MIT"

bottle do
Expand Down

0 comments on commit 1da413d

Please sign in to comment.