Skip to content

Commit

Permalink
Use Elixir 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jul 8, 2024
1 parent 78b7f98 commit 3d94e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
otp: ['24', '25', '26', '27']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.1']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.3', '1.17.2']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '24'
elixir: '1.17.1'
elixir: '1.17.2'
- otp: '27'
elixir: '1.14.5'
- otp: '26'
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
erlang 27.0
elixir 1.17.1-otp-27
elixir 1.17.2-otp-27
# erlang 26.2.5
# elixir 1.16.3-otp-26

0 comments on commit 3d94e6b

Please sign in to comment.