Skip to content

Commit 0bfe0dd

Browse files
committed
Add OTP 28 to test matrix
Add OTP 28 to the matrix for the build and test CI workflow. Signed-off-by: Winford <winford@object.stream>
1 parent ccd4ab0 commit 0bfe0dd

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-22.04"
1414
strategy:
1515
matrix:
16-
otp: ["25", "26", "27"]
16+
otp: ["25", "26", "27", "28"]
1717

1818
steps:
1919
# Setup

0 commit comments

Comments
 (0)