Skip to content

Commit ca3b4b9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
platform: [ubuntu-latest]
68-
otp-version: [25, 26, 27]
68+
otp-version: [26, 27, 28]
6969
runs-on: ${{ matrix.platform }}
7070
container:
7171
image: erlang:${{ matrix.otp-version }}

0 commit comments

Comments
 (0)