Skip to content

Commit

Permalink
Use Elixir 1.17.3 as latest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Oct 30, 2024
1 parent f33c697 commit ef5224c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
exclude:
- elixir: 1.13.4
otp: 26.2
Expand All @@ -34,7 +34,7 @@ jobs:
otp: 24.3
- elixir: 1.16.2
otp: 24.3
- elixir: 1.17.0-rc.0
- elixir: 1.17.3
otp: 24.3

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scan-sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-canary-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix deps.compile
- run: mix compile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
repo_url: ["https://github.com/elixir-lang/elixir.git"]
repo_branch: ["v1.13", "main"]
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
exclude:
- elixir: 1.13.4
otp: 26.2
Expand All @@ -34,7 +34,7 @@ jobs:
otp: 24.3
- elixir: 1.16.2
otp: 24.3
- elixir: 1.17.0-rc.0
- elixir: 1.17.3
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-os-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix deps.compile
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
repo_branch: ["v1.6", "main"]
otp: [24.3, 25.3, 26.2]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
exclude:
- elixir: 1.13.4
otp: 26.2
Expand All @@ -33,7 +33,7 @@ jobs:
otp: 24.3
- elixir: 1.16.2
otp: 24.3
- elixir: 1.17.0-rc.0
- elixir: 1.17.3
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix compile
- run: ./test/check_formatted.sh
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix test test/credo/check/housekeeping_trigger.exs

Expand All @@ -48,7 +48,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix test test/credo/check/housekeeping_params.exs

Expand All @@ -62,7 +62,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: ASSERT_TRIGGERS=1 mix test

Expand All @@ -76,7 +76,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.2
elixir-version: 1.17.3
- run: mix deps.get
- run: mix credo --mute-exit-status
- run: mkdir tmp
Expand Down

0 comments on commit ef5224c

Please sign in to comment.