Skip to content

Commit

Permalink
Update .github/workflows/workflow.yml to test against Erlang version …
Browse files Browse the repository at this point in the history
…26 and 27
  • Loading branch information
intjelic committed Sep 5, 2024
1 parent 4b587db commit 2b44543
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 @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
erlang: [24, 25]
erlang: [24, 25, 26, 27]

runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 2b44543

Please sign in to comment.