summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-14 09:38:16 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-09-14 09:38:16 -0600
commit0d4b60520efad059fc387626e1b7e4edf141d7e1 (patch)
tree06f1c05d1959a6b206bfd77319e775f27c4a3b1e /.github
parent87bd117289f6824a61fd30d7633d07d305435924 (diff)
downloadchessh-0d4b60520efad059fc387626e1b7e4edf141d7e1.tar.gz
chessh-0d4b60520efad059fc387626e1b7e4edf141d7e1.zip
update dependencies and fix discriminator matching on username
Diffstat (limited to '.github')
-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