Skip to content

Commit

Permalink
Merge pull request #4 from abshierjoel/chore/upgrade-elixir-1.16.3
Browse files Browse the repository at this point in the history
chore: Upgrade to Elixir 1.16.3
  • Loading branch information
abshierjoel authored Jun 28, 2024
2 parents 118cec6 + 52e19b5 commit 57a7315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
otp: ['26.2.4']
elixir: ['1.16.2']
elixir: ['1.16.3']
steps:
- name: Checkout code
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 26.2.1
elixir 1.16.0-otp-26
elixir 1.16.3-otp-26
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
- otp_release: 20.0
elixir: 1.5.0
- otp_release: 26.2.1
elixir: 1.16.0
elixir: 1.16.3

script:
- mix test

0 comments on commit 57a7315

Please sign in to comment.