From 2fd1aafad39dc95056766a5ddefc206bbd4ad709 Mon Sep 17 00:00:00 2001 From: voluntas Date: Sun, 15 Dec 2024 17:06:30 +0900 Subject: [PATCH] =?UTF-8?q?OTP=2027.2=20=E3=81=AB=E4=B8=8A=E3=81=92?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- rebar.config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8c2c08..bd40856 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 container: - image: shiguredo/erlang:otp-27.0.1-openssl-3.3.1-ubuntu-24.04-x86_64 + image: shiguredo/erlang:otp-27.2-openssl-3.4.0-ubuntu-24.04-x86_64 steps: - uses: actions/checkout@v4 - run: make ci diff --git a/rebar.config b/rebar.config index 0b9f8e1..d855ffb 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ -{minimum_otp_vsn, "27.0"}. +{minimum_otp_vsn, "27.2"}. {erl_opts, [{i, "src"}, warnings_as_errors,