From 2539e2c7b9cdf49b5677eb82d16fa27943c074b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kowalski?= Date: Fri, 13 Oct 2023 14:42:24 +0200 Subject: [PATCH 1/2] Upgrade GHA, add elixir 1.15 to test build --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8db4d6..321c86d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,9 @@ jobs: strategy: matrix: otp: [24, 25] - elixir: ['1.13', '1.14'] + elixir: ["1.13", "1.14", "1.15"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: elixir-version: ${{matrix.elixir}} @@ -32,9 +32,9 @@ jobs: strategy: matrix: otp: [24] - elixir: ['1.14'] + elixir: ["1.14"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: elixir-version: ${{matrix.elixir}} From edf2ec2f6173b6c69a4a260068002c925ae7d2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kowalski?= Date: Fri, 13 Oct 2023 14:46:23 +0200 Subject: [PATCH 2/2] Upgrade dialyzer elixir runtime to 1.15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 321c86d..cb51bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: otp: [24] - elixir: ["1.14"] + elixir: ["1.15"] steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1