Skip to content

Commit a84f4f2

Browse files
committed
Add OTP28 and drop OTP 25 from the test pipeline
1 parent 5f3480d commit a84f4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
platform: [ubuntu-latest]
14-
otp-version: [25, 26, 27]
14+
otp-version: [26, 27, 28]
1515
runs-on: ${{ matrix.platform }}
1616
container:
1717
image: erlang:${{ matrix.otp-version }}

0 commit comments

Comments
 (0)