Skip to content

Commit c59f940

Browse files
committed
CI: Test with Erlang 28, remove 20
1 parent 1a34588 commit c59f940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)