Skip to content

Commit e9bedf4

Browse files
committed
Bump Erlang version to 28 or alter
1 parent f36e265 commit e9bedf4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
container:
19-
image: erlang:26
19+
image: erlang:28
2020

2121
steps:
2222
- uses: actions/checkout@v3

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
*This is a pre-release version and its API may break*
66

7-
An irc client library for Erlang.
7+
An irc client library for Erlang 28 or later.
88

99
** Main Features
1010
Some of the features offered are:

doc/src/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OTP application.
44

55
## Requirements
66
To install and use this library you need to install the following:
7-
- Erlang 26 or later
7+
- Erlang 28 or later
88
- rebar3
99

1010
## Setting up the rebar project

0 commit comments

Comments
 (0)