Skip to content

Commit

Permalink
Add Elixir 1.18 to the CI workflow (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Jan 8, 2025
1 parent 870c32e commit a31b629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- otp_version: 25.3
elixir_version: 1.14

- otp_version: "26.2.1"
elixir_version: 1.16
- otp_version: "27.2"
elixir_version: 1.18

runs-on: ubuntu-latest
name: test
Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: "26.2.1"
elixir-version: 1.16
otp-version: "27.2"
elixir-version: 1.18
- run: mix format --check-formatted
2 changes: 1 addition & 1 deletion lib/explorer/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ defmodule Explorer.Query do
then: 2
]

@kernel_only kernel_only -- kernel_only -- kernel_all
@kernel_only kernel_only -- (kernel_only -- kernel_all)

@doc """
Returns a "query-backed" `Explorer.DataFrame` for use in queries.
Expand Down

0 comments on commit a31b629

Please sign in to comment.