Skip to content

Commit 5212c16

Browse files
committed
Require Elixir 1.14+ due to binary pattern fix
1 parent e47d113 commit 5212c16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ 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' }
18+
- { otp: '25', elixir: '1.14' }
1719
steps:
1820
- uses: actions/checkout@v4
1921

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.14",
1212
description: description(),
1313
package: package(),
1414
source_url: @source_url,

0 commit comments

Comments
 (0)