Skip to content

Commit

Permalink
Add Elixir v1.17 and OTP 27 to CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Aug 7, 2024
1 parent 251c0e0 commit 5958a11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/elixir-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
otp: 24.3
build-flags: --warnings-as-errors
- pair:
elixir: 1.14.5
elixir: 1.15.7
otp: 25.3
build-flags: --warnings-as-errors
- pair:
elixir: 1.14.5
otp: 26.0
elixir: 1.16.2
otp: 26.2
build-flags: --warnings-as-errors
- pair:
elixir: 1.17.2
otp: 27.0
build-flags: --warnings-as-errors
steps:
- name: Checkout repository
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.14.5"]
otp: ["25.3.2"]
elixir: ["1.17.2"]
otp: ["27.0.1"]

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.14.5"]
otp: ["25.3.2"]
elixir: ["1.17.2"]
otp: ["27.0.1"]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 5958a11

Please sign in to comment.