From d675398abadc40221a11f4270334f30cb8925c55 Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Tue, 20 Jun 2023 08:13:54 +0200 Subject: [PATCH] add 1.15 to CI matrix --- .github/workflows/ci.yml | 8 ++++++++ dep_versions.exs | 2 +- mix.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e97ccc9..2b8c859bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,10 @@ jobs: otp: 24.x - elixir: 1.14.x otp: 25.x + - elixir: 1.15.x + otp: 24.x + - elixir: 1.15.x + otp: 25.x env: MIX_ENV: test steps: @@ -66,6 +70,10 @@ jobs: otp: 24.x - elixir: 1.14.x otp: 25.x + - elixir: 1.15.x + otp: 24.x + - elixir: 1.15.x + otp: 25.x env: MIX_ENV: test steps: diff --git a/dep_versions.exs b/dep_versions.exs index b8f690bd5..288c50461 100644 --- a/dep_versions.exs +++ b/dep_versions.exs @@ -1,5 +1,5 @@ [ - elixir_sense: "a6abc226d7ccbc386ffed02309d7379375150598", + elixir_sense: "a50b8b616833fac6b45dbb65d6a8c6d9fda3a038", dialyxir_vendored: "7e908b4d760c7329046e0ee3076be9156cd784e1", jason_v: "c81537e2a5e1acacb915cf339fe400357e3c2aaa" ] diff --git a/mix.lock b/mix.lock index 50cbb235b..efe64e9c4 100644 --- a/mix.lock +++ b/mix.lock @@ -2,7 +2,7 @@ "benchee": {:hex, :benchee, "1.1.0", "f3a43817209a92a1fade36ef36b86e1052627fd8934a8b937ac9ab3a76c43062", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}, {:statistex, "~> 1.0", [hex: :statistex, repo: "hexpm", optional: false]}], "hexpm", "7da57d545003165a012b587077f6ba90b89210fd88074ce3c60ce239eb5e6d93"}, "deep_merge": {:hex, :deep_merge, "1.0.0", "b4aa1a0d1acac393bdf38b2291af38cb1d4a52806cf7a4906f718e1feb5ee961", [:mix], [], "hexpm", "ce708e5f094b9cd4e8f2be4f00d2f4250c4095be93f8cd6d018c753894885430"}, "dialyxir_vendored": {:git, "https://github.com/elixir-lsp/dialyxir.git", "7e908b4d760c7329046e0ee3076be9156cd784e1", [ref: "7e908b4d760c7329046e0ee3076be9156cd784e1"]}, - "elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "a6abc226d7ccbc386ffed02309d7379375150598", [ref: "a6abc226d7ccbc386ffed02309d7379375150598"]}, + "elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "a50b8b616833fac6b45dbb65d6a8c6d9fda3a038", [ref: "a50b8b616833fac6b45dbb65d6a8c6d9fda3a038"]}, "erl2ex": {:git, "https://github.com/dazuma/erl2ex.git", "244c2d9ed5805ef4855a491d8616b8842fef7ca4", []}, "erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"}, "jason_v": {:git, "https://github.com/elixir-lsp/jason.git", "c81537e2a5e1acacb915cf339fe400357e3c2aaa", [ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"]},