Skip to content

Commit

Permalink
OTP bump
Browse files Browse the repository at this point in the history
```
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:25.3.2.12
sid           1:25.3.2.12
experimental  1:27.0
```
  • Loading branch information
Ariel Otilibili committed May 27, 2024
1 parent 2636b5e commit ab7eb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
otp_version: ['26.2', '25.3', '25.2', '23.2']
otp_version: ['27.0', '25.3', '25.2', '23.2']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit ab7eb38

Please sign in to comment.