Skip to content

Commit

Permalink
add support for Elixir 1.16 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored Feb 23, 2024
1 parent bbeb015 commit ffe21a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0"
elixir-version: "1.15"
elixir-version: "1.16"

- uses: r-lib/actions/setup-pandoc@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0"
elixir-version: "1.15"
elixir-version: "1.16"

- name: Install dependencies
run: mix deps.get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0"
elixir-version: "1.15"
elixir-version: "1.16"

- name: Set up cache
uses: actions/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "1.13"
- "1.14"
- "1.15"
- "1.16"

edgedb-version:
- "2.0"
Expand All @@ -46,6 +47,9 @@ jobs:
- elixir-version: "1.15"
otp-version: "24.3"

- elixir-version: "1.16"
otp-version: "24.3"

runs-on: ${{ matrix.os-version }}

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- new `EdgeDB.MultiRange` type to represent multiranges from `EdgeDB 4.0`.
- `EdgeDB.Object.id/1` to fetch ID from an `EdgeDB.Object` if it was returned from the query.
- `EdgeDB.ConfigMemory.new/1` to create a new instance of `t:EdgeDB.ConfigMemory.t/0`.
- support for `Elixir v1.16`.

### Changed

Expand Down

0 comments on commit ffe21a1

Please sign in to comment.