Skip to content

Commit 7b56495

Browse files
committed
CI: Test with Erlang 28, remove 20
1 parent beef562 commit 7b56495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
otp: [20, 24, 25, 26, 27]
12+
otp: [21, 24, 25, 26, 27, 28]
1313
runs-on: ubuntu-24.04
1414
container:
1515
image: erlang:${{ matrix.otp }}

0 commit comments

Comments
 (0)