Skip to content

Commit

Permalink
Update workflow to build with latest Erlang/OTP versions
Browse files Browse the repository at this point in the history
It now builds with the last 3 major Erlang/OTP releases (25, 26 and 27).
  • Loading branch information
intjelic committed Dec 16, 2024
1 parent 0daeabb commit d22d267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
erlang: [24, 25]
erlang: [25, 26, 27]

runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit d22d267

Please sign in to comment.