Skip to content

Commit b9984fa

Browse files
committed
Test on OTP-26, OTP-27, drop pre-OTP-23
1 parent 9072be7 commit b9984fa

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ jobs:
1919
matrix:
2020
os:
2121
- "ubuntu-20.04"
22-
rebar3: ["3.18.0"]
22+
rebar3: ["3.21.0"]
2323
otp:
24-
- "25.1"
24+
- "27.1"
25+
- "26.2"
26+
- "25.3"
2527
- "24.3"
2628
- "23.3"
27-
- "22.3"
28-
include:
29-
- otp: "21.3"
30-
rebar3: "3.15.2"
31-
os: "ubuntu-20.04"
3229
env:
3330
SHELL: /bin/sh # needed for erlexec
3431
steps:

0 commit comments

Comments
 (0)