Skip to content

Commit

Permalink
Add Elixir v1.16 to CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Feb 12, 2024
1 parent 1922fa7 commit 0a8a33e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
elixir: 1.15.7
otp: 25.3
- pair:
elixir: 1.15.7
elixir: 1.16.1
otp: 26.2
build-flags: --warnings-as-errors
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elixir-dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
MIX_ENV: dev
strategy:
matrix:
elixir: ["1.15.7"]
otp: ["25.3.2"]
elixir: ["1.16.1"]
otp: ["26.2.2"]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/elixir-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elixir: ["1.15.7"]
otp: ["25.3.2"]
elixir: ["1.16.1"]
otp: ["26.2.2"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0a8a33e

Please sign in to comment.