Skip to content

Fix warnings#319

Open
drteeth wants to merge 10 commits intocommanded:masterfrom
bitfield-co:fix-warnings
Open

Fix warnings#319
drteeth wants to merge 10 commits intocommanded:masterfrom
bitfield-co:fix-warnings

Conversation

@drteeth
Copy link
Contributor

@drteeth drteeth commented Feb 18, 2026

No description provided.

### Enhancements

* Set the minimum version of Elixir to 1.15
* Use Elixir 1.19 as a compilation target
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add 1.19 to the test matrix in the github action too?

https://github.com/commanded/eventstore/blob/master/.github/workflows/test.yml#L15-L28

app: :eventstore,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.15",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that 1.15 is the lowest we support, we can remove some of the older versions from the github action test matrix?

https://github.com/commanded/eventstore/blob/master/.github/workflows/test.yml#L15-L28

@TylerPachal
Copy link
Contributor

@drteeth I made a corresponding PR for the Commanded repository which does similar bumps of the Elixir version and fixes the resulting warnings: commanded/commanded#648

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants