summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/elixir.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml
index 95dc4c6..4a57eb2 100644
--- a/.github/workflows/elixir.yml
+++ b/.github/workflows/elixir.yml
@@ -38,7 +38,7 @@ jobs:
# and running the workflow steps.
matrix:
otp: ['25.0.4'] # Define the OTP version [required]
- elixir: ['1.14.1'] # Define the elixir version [required]
+ elixir: ['1.14.3'] # Define the elixir version [required]
steps:
# Step: Setup Elixir + Erlang image as the base.
- name: Set up Elixir