Skip to content

Commit 21e25d3

Browse files
committed
Add OTP-27 to CI workflow
Bumps workflow to OTP versions 25-27. The rebar3 bootstrap reqires at least OTP-25, so rather that checkout earier tags for each older version of OTP we will just check against the most recent 3 versions. Signed-off-by: Winford <[email protected]>
1 parent a2b0872 commit 21e25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "ubuntu-20.04"
1414
strategy:
1515
matrix:
16-
otp: ["24", "25", "26"]
16+
otp: ["25", "26", "27"]
1717

1818
steps:
1919
# Setup

0 commit comments

Comments
 (0)