Skip to content

Commit

Permalink
Merge pull request #1055 from ruslandoga/upgrade-elixir-erlang
Browse files Browse the repository at this point in the history
upgrade Elixir and Erlang to latest versions, add Elixir 1.16 to CI
  • Loading branch information
bernardd committed Jun 4, 2024
2 parents 8f08678 + 27948a9 commit 66c5c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
strategy:
matrix:
include:
- pair:
otp: 26.x
elixir: 1.16.x
lint: lint
- pair:
otp: 26.x
elixir: 1.15.x
lint: lint
- pair:
otp: 25.x
elixir: 1.15.x
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.15
erlang 26.1.2
elixir 1.16.3-otp-26
erlang 26.2.5

0 comments on commit 66c5c36

Please sign in to comment.