Skip to content

Commit

Permalink
Upgrade GHA, add elixir 1.15 to test build (#9)
Browse files Browse the repository at this point in the history
* Upgrade GHA, add elixir 1.15 to test build

* Upgrade dialyzer elixir runtime to 1.15
  • Loading branch information
pavelloz authored Oct 13, 2023
1 parent 6c8f98e commit e435cb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
otp: [24, 25]
elixir: ['1.13', '1.14']
elixir: ["1.13", "1.14", "1.15"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
elixir-version: ${{matrix.elixir}}
Expand All @@ -32,9 +32,9 @@ jobs:
strategy:
matrix:
otp: [24]
elixir: ['1.14']
elixir: ["1.15"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit e435cb2

Please sign in to comment.