Skip to content

Commit 280d022

Browse files
committed
Build on OTP-27 and drop OTP-22 and OTP-23
1 parent 3eb4f66 commit 280d022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
platform: [ubuntu-latest]
13-
otp-version: [22, 23, 24, 25, 26]
13+
otp-version: [24, 25, 26, 27]
1414
runs-on: ${{ matrix.platform }}
1515
container:
1616
image: erlang:${{ matrix.otp-version }}

0 commit comments

Comments
 (0)