Skip to content

Commit

Permalink
Update to Elixir 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 28, 2024
1 parent e69dc29 commit b02c292
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
exclude:
- elixir: 1.14.5
otp: 26.2
Expand All @@ -34,7 +34,7 @@ jobs:
otp: 24.3
- elixir: 1.17.3
otp: 24.3
- elixir: 1.18.0
- elixir: 1.18.1
otp: 24.3

steps:
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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
exclude:
- elixir: 1.14.5
otp: 26.2
Expand All @@ -30,7 +30,7 @@ jobs:
otp: 24.3
- elixir: 1.17.3
otp: 24.3
- elixir: 1.18.0
- elixir: 1.18.1
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 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.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
exclude:
- elixir: 1.14.5
otp: 26.2
Expand All @@ -29,7 +29,7 @@ jobs:
otp: 24.3
- elixir: 1.17.3
otp: 24.3
- elixir: 1.18.0
- elixir: 1.18.1
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
matrix:
otp: [24.3, 25.3, 26.2]
# phx_new depends on newer versions of Elixir than Credo
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0]
elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1]
exclude:
- elixir: 1.14.5
otp: 26.2
Expand All @@ -65,7 +65,7 @@ jobs:
otp: 24.3
- elixir: 1.17.3
otp: 24.3
- elixir: 1.18.0
- elixir: 1.18.1
otp: 24.3
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 27.0
elixir 1.18.0
elixir 1.18.1

0 comments on commit b02c292

Please sign in to comment.