Skip to content

Commit

Permalink
OTP 26.2 へ
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 22, 2023
1 parent bfe0ed4 commit da890c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
container:
image: shiguredo/shiguredo-erlang:otp-26.1.1-openssl-3.1.3-ubuntu-22.04-x86_64
image: shiguredo/shiguredo-erlang:otp-26.2.1-openssl-3.2.0-ubuntu-22.04-x86_64
steps:
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## shiguredo

- [UPDATE] CI を Erlang/OTP 26.2.1 / OpenSSL 3.2.0 に更新
- @voluntas
- [UPDATE] 最小を OTP 26.2 に更新
- @voluntas

## 2023.2.0

- [ADD] rebar3_hex プラグインを追加
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, "26.1"}.
{minimum_otp_vsn, "26.2"}.

{erl_opts, [{feature, maybe_expr, enable},
warnings_as_errors,
Expand Down

0 comments on commit da890c6

Please sign in to comment.