Skip to content

Commit

Permalink
Test with Elixir 1.17 and OTP 27 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Jun 30, 2024
1 parent 1c5546f commit 58ad5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- elixir: '1.16.0'
otp: '26.2'
current_version: true
- elixir: '1.17.0'
otp: '27.0'
current_version: true

steps:
- name: Checkout code
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.16.0-otp-26
erlang 26.2.1
elixir 1.17.0-otp-27
erlang 27.0

0 comments on commit 58ad5b4

Please sign in to comment.