Skip to content

Commit

Permalink
Require Elixir 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
crertel committed Jun 25, 2024
1 parent 9678a33 commit 717c75a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- elixir: '1.12.3'
otp: '24.2'
include:
- elixir: '1.16.0'
otp: '26.2'

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.12.0-rc.0

**Note: as of v0.12.0 we'll be requiring at least Elixir 1.16**

This is a major update that adds support for Cairo and makes Cairo the default renderer:

* Add Cairo support - @ringlej
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Scenic.Driver.Local.MixProject do
[
app: @app_name,
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
description: description(),
build_embedded: true,
Expand Down

0 comments on commit 717c75a

Please sign in to comment.