Skip to content

Commit 16f9917

Browse files
committed
OTP bump
``` curl --silent https://packages.debian.org/search?keywords=erlang | \ sed -ne '/Package erlang</,/<\/ul>/{/<\/a>/p; /br/p}' | \ sed -e 's/<a.*$//' | \ perl -0777 -pE 's/<li class="(\w+)">\n/$1/g; s/<br>([^\s]+)/$1/g; s/\+.*(?=\n)//g' | \ sed -e '1i name otp-version' | \ column -t name otp-version buster 1:22.2.7 bullseye 1:23.2.6 bookworm 1:25.2.3 trixie 1:27.3.3 sid 1:27.3.4 experimental 1:28.0 ```
1 parent 4ffd5dd commit 16f9917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
otp_version: ['27', '25', '23']
20+
otp_version: ['28', '27', '25', '23']
2121
os: [ubuntu-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)