Skip to content

Commit

Permalink
Add Elixir 1.16 in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrothaus authored and remi committed Jan 8, 2024
1 parent ca9d2d2 commit d6523a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,8 +7,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
elixir-version: [1.15.x, 1.14.x, 1.13.x, 1.12.x]
elixir-version: [1.16.x, 1.15.x, 1.14.x, 1.13.x, 1.12.x]
include:
- elixir-version: 1.16.x
otp-version: 26.x
- elixir-version: 1.15.x
otp-version: 26.x
- elixir-version: 1.14.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.x
elixir-version: 1.15.x
elixir-version: 1.16.x
- run: mix deps.get
- run: mix compile --docs
- run: mix hex.publish --yes

0 comments on commit d6523a6

Please sign in to comment.