Skip to content

Commit

Permalink
Update Elixir/Erlang versions in CI (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Dec 22, 2024
1 parent ede642a commit 632bcd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
fail-fast: false
matrix:
include:
- otp: "27.0"
elixir: "1.17"
os: ubuntu-22.04
- otp: "27.2"
elixir: "1.18"
os: ubuntu-latest
lint: true
coverage: true

Expand Down
2 changes: 1 addition & 1 deletion lib/ex_unit_properties.ex
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ defmodule ExUnitProperties do
defp compile_clauses([clause | rest], body, parent_line) do
line = get_clause_line(clause, parent_line)

quote line: line do
quote generated: true, line: line do
cond do
unquote(clause) ->
unquote(compile_clauses(rest, body, line))
Expand Down

0 comments on commit 632bcd8

Please sign in to comment.