From 661931a2c85f77e9994692ca8691541d7b3c1852 Mon Sep 17 00:00:00 2001 From: Kevin Baird Date: Tue, 18 Aug 2026 07:05:12 -0700 Subject: [PATCH 1/3] Update ubuntu runner and elixir/otp versions --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d41e0..2e9fe9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,14 @@ jobs: elixir: "1.20" otp: "29" lint: lint + - pair: + elixir: "1.19" + otp: "28" + lint: lint + - pair: + elixir: "1.20" + otp: "29" + lint: lint steps: - uses: actions/checkout@v4 From 8808812b35314e20f75b18edcbc4208073268449 Mon Sep 17 00:00:00 2001 From: Kevin Baird Date: Tue, 18 Aug 2026 09:56:02 -0700 Subject: [PATCH 2/3] Update README minimum versions per #128 --- .github/workflows/ci.yml | 8 -------- README.md | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9fe9e..47d41e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,6 @@ jobs: elixir: "1.20" otp: "29" lint: lint - - pair: - elixir: "1.19" - otp: "28" - lint: lint - - pair: - elixir: "1.20" - otp: "29" - lint: lint steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 1b0e01e..fb8e191 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See documentation for [Flow](https://hexdocs.pm/flow) or [José Valim's keynote ## Installation -Flow requires Elixir v1.7 and Erlang/OTP 22+. Add `:flow` to your list of dependencies in mix.exs: +Flow requires Elixir v1.15 and Erlang/OTP 26+. Add `:flow` to your list of dependencies in mix.exs: ```elixir def deps do From d4536eee2425a1115c8b207874b650296ea28e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 18 Aug 2026 19:08:34 +0200 Subject: [PATCH 3/3] Apply suggestion from @josevalim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8e191..4f4891c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ See documentation for [Flow](https://hexdocs.pm/flow) or [José Valim's keynote ## Installation -Flow requires Elixir v1.15 and Erlang/OTP 26+. Add `:flow` to your list of dependencies in mix.exs: +Add `:flow` to your list of dependencies in mix.exs: ```elixir def deps do