Skip to content

Commit 8215354

Browse files
committed
Add OTP-27 to CI workflow
Bumps workflow host to Ubuntu 24.04 and 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 8215354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on: [push, pull_request]
1010

1111
jobs:
1212
build-and-test:
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-24.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)