Skip to content

Commit 6e4a667

Browse files
committed
Drop support for OTP 21
1 parent 08deb7f commit 6e4a667

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77

88
jobs:
99
build:
10+
timeout-minutes: 5
1011
runs-on: ubuntu-latest
1112
strategy:
1213
matrix:
13-
otp: [21, 22, 23, 24]
14+
otp: [22, 23, 24]
1415
container:
1516
image: erlang:${{ matrix.otp }}
1617
steps:

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -228,18 +228,18 @@ History
228228

229229
### Master
230230

231-
* Add support for RMCP+ (IPMI v2.0, big thanks to @IslandUsurper)
232-
* Add support for the *Get/Set Chassis Capabilities* command (thanks to @IslandUsurper)
233-
* Add support for the *Get Chassis Status* command (thanks to @IslandUsurper)
234-
* Add support for the *Chassis Control* command (thanks to @IslandUsurper)
235-
* Add support for the *Chassis Reset* command (thanks to @IslandUsurper)
236-
* Add support for the *Chassis Identify* command (thanks to @IslandUsurper)
237-
* Add support for the *Set Power Restore Policy* command (thanks to @IslandUsurper)
238-
* Add support for the *Get System Restart Cause* command (thanks to @IslandUsurper)
239-
* Add support for the *Set Front Panel Enables* command (thanks to @IslandUsurper)
240-
* Add support for the *Set Power Cycle Interval* command (thanks to @IslandUsurper)
241-
* Add support for the *Get POH Counter* command (thanks to @IslandUsurper)
242-
* Drop support for OTP releases older than 21.
231+
* #9 Add support for RMCP+ (IPMI v2.0, big thanks to @IslandUsurper)
232+
* #8 Add support for the *Get/Set Chassis Capabilities* command (thanks to @IslandUsurper)
233+
* #8 Add support for the *Get Chassis Status* command (thanks to @IslandUsurper)
234+
* #8 Add support for the *Chassis Control* command (thanks to @IslandUsurper)
235+
* #8 Add support for the *Chassis Reset* command (thanks to @IslandUsurper)
236+
* #8 Add support for the *Chassis Identify* command (thanks to @IslandUsurper)
237+
* #8 Add support for the *Set Power Restore Policy* command (thanks to @IslandUsurper)
238+
* #8 Add support for the *Get System Restart Cause* command (thanks to @IslandUsurper)
239+
* #8 Add support for the *Set Front Panel Enables* command (thanks to @IslandUsurper)
240+
* #8 Add support for the *Set Power Cycle Interval* command (thanks to @IslandUsurper)
241+
* #8 Add support for the *Get POH Counter* command (thanks to @IslandUsurper)
242+
* Drop support for OTP releases older than 22.2
243243

244244
### Version 3.0.0
245245

0 commit comments

Comments
 (0)