Skip to content

Commit ef5224c

Browse files
committed
Use Elixir 1.17.3 as latest on CI
1 parent f33c697 commit ef5224c

7 files changed

+14
-14
lines changed

.github/workflows/ci-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
otp: [24.3, 25.3, 26.2]
19-
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
19+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
2020
exclude:
2121
- elixir: 1.13.4
2222
otp: 26.2
@@ -34,7 +34,7 @@ jobs:
3434
otp: 24.3
3535
- elixir: 1.16.2
3636
otp: 24.3
37-
- elixir: 1.17.0-rc.0
37+
- elixir: 1.17.3
3838
otp: 24.3
3939

4040
steps:

.github/workflows/code-scan-sarif.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: erlef/setup-beam@v1
3939
with:
4040
otp-version: 26.2
41-
elixir-version: 1.16.2
41+
elixir-version: 1.17.3
4242
- run: mix deps.get
4343
- run: mix deps.compile
4444
- run: mix compile

.github/workflows/compatibility-canary-smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- uses: erlef/setup-beam@v1
117117
with:
118118
otp-version: 26.2
119-
elixir-version: 1.16.2
119+
elixir-version: 1.17.3
120120
- run: mix deps.get
121121
- run: mix deps.compile
122122
- run: mix compile

.github/workflows/compatibility-elixir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
repo_url: ["https://github.com/elixir-lang/elixir.git"]
1717
repo_branch: ["v1.13", "main"]
1818
otp: [24.3, 25.3, 26.2]
19-
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
19+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
2020
exclude:
2121
- elixir: 1.13.4
2222
otp: 26.2
@@ -34,7 +34,7 @@ jobs:
3434
otp: 24.3
3535
- elixir: 1.16.2
3636
otp: 24.3
37-
- elixir: 1.17.0-rc.0
37+
- elixir: 1.17.3
3838
otp: 24.3
3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/compatibility-os-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: erlef/setup-beam@v1
2222
with:
2323
otp-version: 26.2
24-
elixir-version: 1.16.2
24+
elixir-version: 1.17.3
2525
- run: mix deps.get
2626
- run: mix deps.compile
2727
- run: |

.github/workflows/compatibility-phoenix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repo_url: ["https://github.com/phoenixframework/phoenix.git"]
1616
repo_branch: ["v1.6", "main"]
1717
otp: [24.3, 25.3, 26.2]
18-
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.0-rc.0]
18+
elixir: [1.13.4, 1.14.5, 1.15.7, 1.16.2, 1.17.3]
1919
exclude:
2020
- elixir: 1.13.4
2121
otp: 26.2
@@ -33,7 +33,7 @@ jobs:
3333
otp: 24.3
3434
- elixir: 1.16.2
3535
otp: 24.3
36-
- elixir: 1.17.0-rc.0
36+
- elixir: 1.17.3
3737
otp: 24.3
3838
steps:
3939
- uses: actions/checkout@v4

.github/workflows/housekeeping.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: erlef/setup-beam@v1
2020
with:
2121
otp-version: 26.2
22-
elixir-version: 1.16.2
22+
elixir-version: 1.17.3
2323
- run: mix deps.get
2424
- run: mix compile
2525
- run: ./test/check_formatted.sh
@@ -34,7 +34,7 @@ jobs:
3434
- uses: erlef/setup-beam@v1
3535
with:
3636
otp-version: 26.2
37-
elixir-version: 1.16.2
37+
elixir-version: 1.17.3
3838
- run: mix deps.get
3939
- run: mix test test/credo/check/housekeeping_trigger.exs
4040

@@ -48,7 +48,7 @@ jobs:
4848
- uses: erlef/setup-beam@v1
4949
with:
5050
otp-version: 26.2
51-
elixir-version: 1.16.2
51+
elixir-version: 1.17.3
5252
- run: mix deps.get
5353
- run: mix test test/credo/check/housekeeping_params.exs
5454

@@ -62,7 +62,7 @@ jobs:
6262
- uses: erlef/setup-beam@v1
6363
with:
6464
otp-version: 26.2
65-
elixir-version: 1.16.2
65+
elixir-version: 1.17.3
6666
- run: mix deps.get
6767
- run: ASSERT_TRIGGERS=1 mix test
6868

@@ -76,7 +76,7 @@ jobs:
7676
- uses: erlef/setup-beam@v1
7777
with:
7878
otp-version: 26.2
79-
elixir-version: 1.16.2
79+
elixir-version: 1.17.3
8080
- run: mix deps.get
8181
- run: mix credo --mute-exit-status
8282
- run: mkdir tmp

0 commit comments

Comments
 (0)