From b959d32486c702d2e09ef18b4f265f970bb95b28 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Sat, 25 May 2024 10:53:17 +0900 Subject: [PATCH] Add OTP27 + Elixir 1.17 to CI --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c330607..fb05305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: otp: "26.0" - elixir: "1.16" otp: "26.2" + - elixir: "1.17.0" + otp: "27.0" steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1 @@ -40,8 +42,8 @@ jobs: strategy: matrix: include: - - elixir: "1.16" - otp: "26.2" + - elixir: "1.17" + otp: "27.0" steps: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1