Skip to content

Commit

Permalink
Update Elixir version requirement to 1.13 (#541)
Browse files Browse the repository at this point in the history
* Update elixir version to 1.13

* Update elixir version in CI
  • Loading branch information
vittoriabitton committed Feb 20, 2024
1 parent 10a9824 commit 9a44219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
elixir: ["1.16", "1.12"]
elixir: ["1.16", "1.13"]
otp: ["26.2", "25.3", "22.3"]
parser: [fast_html, html5ever, mochiweb]
exclude:
- elixir: "1.16"
otp: "22.3"

- elixir: "1.12"
- elixir: "1.13"
otp: "25.3"

- elixir: "1.12"
- elixir: "1.13"
otp: "26.2"

steps:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule Floki.Mixfile do
name: "Floki",
version: @version,
description: @description,
elixir: "~> 1.12",
elixir: "~> 1.13",
package: package(),
erlc_paths: ["src", "gen"],
compilers: [:leex] ++ Mix.compilers(),
Expand Down

0 comments on commit 9a44219

Please sign in to comment.