Skip to content

Commit e9b7a44

Browse files
committed
test Linux against OTP 27.1
1 parent 01474e0 commit e9b7a44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- otp_version: "27.0"
26+
- otp_version: "27.1"
2727
otp_latest: true
2828
erlc_opts: "warnings_as_errors"
29+
- otp_version: "27.0"
30+
erlc_opts: "warnings_as_errors"
2931
- otp_version: "26.0"
3032
- otp_version: "25.3"
3133
- otp_version: "25.0"

0 commit comments

Comments
 (0)