Skip to content

Commit

Permalink
OTP 27.2 に上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 15, 2024
1 parent 285fc67 commit 2fd1aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{minimum_otp_vsn, "27.0"}.
{minimum_otp_vsn, "27.2"}.

{erl_opts, [{i, "src"},
warnings_as_errors,
Expand Down

0 comments on commit 2fd1aaf

Please # to comment.