Skip to content

Commit 77bf1ba

Browse files
committed
Require Elixir 1.15+ due to Elixir 1.20 fix
This is needed to prevent an error when pinning a binary pattern size field.
1 parent e47d113 commit 77bf1ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- { otp: '28', elixir: '1.18' }
1515
- { otp: '27', elixir: '1.17' }
1616
- { otp: '26', elixir: '1.16' }
17+
- { otp: '26', elixir: '1.15' }
1718
steps:
1819
- uses: actions/checkout@v4
1920

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Circuits.UART.MixProject do
88
[
99
app: :circuits_uart,
1010
version: @version,
11-
elixir: "~> 1.6",
11+
elixir: "~> 1.15",
1212
description: description(),
1313
package: package(),
1414
source_url: @source_url,

0 commit comments

Comments
 (0)