Skip to content

Commit

Permalink
Run tests on CI with erlang 27
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jul 15, 2024
1 parent 779f136 commit bc61bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: erlang:${{ matrix.erlang-version }}
strategy:
matrix:
erlang-version: [25, 26]
erlang-version: [25, 26, 27]
steps:
- uses: actions/checkout@v3
- name: Compile
Expand All @@ -37,7 +37,7 @@ jobs:
image: erlang:${{ matrix.erlang-version }}
strategy:
matrix:
erlang-version: [25, 26]
erlang-version: [25, 26, 27]
steps:
- uses: actions/checkout@v3
- name: Run dialyzer
Expand Down

0 comments on commit bc61bd9

Please sign in to comment.