Skip to content

Commit

Permalink
Test with Elixir 1.15 and OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Jul 19, 2023
1 parent 50c04fd commit a3d7da8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,20 @@ jobs:
- '1.12.3'
- '1.13.4'
- '1.14.3'
- '1.15.4'
otp:
- '23.3'
- '24.3'
- '25.3'
- '26.0'

exclude:
- elixir: '1.12.3'
otp: '25.3'

- elixir: '1.15.4'
otp: '23.3'

steps:
- name: Checkout
uses: actions/checkout@v2
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.14.3-otp-25
erlang 25.2.2
elixir 1.15.4-otp-26
erlang 26.0.2

0 comments on commit a3d7da8

Please sign in to comment.