Skip to content

Commit b02c292

Browse files
committed
Update to Elixir 1.18.1
1 parent e69dc29 commit b02c292

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
19+
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
2020
exclude:
2121
- elixir: 1.14.5
2222
otp: 26.2
@@ -34,7 +34,7 @@ jobs:
3434
otp: 24.3
3535
- elixir: 1.17.3
3636
otp: 24.3
37-
- elixir: 1.18.0
37+
- elixir: 1.18.1
3838
otp: 24.3
3939

4040
steps:

.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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
19+
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
2020
exclude:
2121
- elixir: 1.14.5
2222
otp: 26.2
@@ -30,7 +30,7 @@ jobs:
3030
otp: 24.3
3131
- elixir: 1.17.3
3232
otp: 24.3
33-
- elixir: 1.18.0
33+
- elixir: 1.18.1
3434
otp: 24.3
3535
steps:
3636
- uses: actions/checkout@v4

.github/workflows/compatibility-phoenix.yml

+4-4
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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
18+
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
1919
exclude:
2020
- elixir: 1.14.5
2121
otp: 26.2
@@ -29,7 +29,7 @@ jobs:
2929
otp: 24.3
3030
- elixir: 1.17.3
3131
otp: 24.3
32-
- elixir: 1.18.0
32+
- elixir: 1.18.1
3333
otp: 24.3
3434
steps:
3535
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
otp: [24.3, 25.3, 26.2]
5353
# phx_new depends on newer versions of Elixir than Credo
54-
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
54+
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
5555
exclude:
5656
- elixir: 1.14.5
5757
otp: 26.2
@@ -65,7 +65,7 @@ jobs:
6565
otp: 24.3
6666
- elixir: 1.17.3
6767
otp: 24.3
68-
- elixir: 1.18.0
68+
- elixir: 1.18.1
6969
otp: 24.3
7070
steps:
7171
- uses: actions/checkout@v4

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
erlang 27.0
2-
elixir 1.18.0
2+
elixir 1.18.1

0 commit comments

Comments
 (0)