Skip to content

Commit

Permalink
Verify OTP 27 support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-au authored May 19, 2024
1 parent 67f8691 commit bb4913e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
otp_version: [23, 24, 25, 26]
otp_version: [23, 24, 25, 26, 27]
os: [ubuntu-latest]

container:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Erlang Performance & Benchmarking Suite.
Simple way to say "this code is faster than that one". See [CLI reference](CLI.md)
and detailed API reference for `erlperf` and `erlperf_job` modules.

Build (tested with OTP 23, 24, 25):
Build (tested with OTP 23-27):

```bash
$ rebar3 as prod escriptize
Expand Down

0 comments on commit bb4913e

Please sign in to comment.