Skip to content

Commit

Permalink
Merge pull request #116 from breakroom/test-on-elixir-1.17
Browse files Browse the repository at this point in the history
Test on Elixir 1.17
  • Loading branch information
tomtaylor committed Jun 18, 2024
2 parents f6b25cf + bd9fb9d commit 2611e1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@ jobs:
strategy:
matrix:
include:
- elixir: 1.16.x
otp: 26.x
- elixir: 1.17.x
otp: 27.x
check_formatted: true
search: elasticsearch-7.6.0
- elixir: 1.16.x
otp: 26.x
- elixir: 1.17.x
otp: 27.x
search: elasticsearch-8.2.0
- elixir: 1.16.x
otp: 26.x
- elixir: 1.17.x
otp: 27.x
search: opensearch-2.6.0
- elixir: 1.17.x
otp: 27.x
search: opensearch-2.13.0
- elixir: 1.16.x
otp: 26.x
search: opensearch-2.13.0
search: elasticsearch-7.6.0
- elixir: 1.15.x
otp: 26.x
search: elasticsearch-7.6.0
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.7-otp-26
erlang 26.1.2
elixir 1.17.0-otp-27
erlang 27.0

0 comments on commit 2611e1f

Please # to comment.