Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install OTP and Elixir
uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
with:
otp-version: 28.1
elixir-version: 1.18.4
otp-version: 28.5
elixir-version: 1.19.5
version-type: strict

- name: Install dependencies
Expand Down Expand Up @@ -48,10 +48,11 @@ jobs:
pair:
# - erlang: maint
# elixir: main

- erlang: 28.1
elixir: 1.18.4
- erlang: 27.2
- erlang: "29.0"
elixir: 1.20.0-rc.6
- erlang: 28.5
elixir: 1.19.5
- erlang: 27.3
elixir: 1.17.3
- erlang: 26.2
elixir: 1.16.1
Expand All @@ -65,8 +66,8 @@ jobs:
elixir: 1.12.3

env:
HEXPM_OTP: OTP-28.1
HEXPM_ELIXIR: v1.18.4
HEXPM_OTP: OTP-28.5
HEXPM_ELIXIR: v1.19.5
HEXPM_BRANCH: main
HEXPM_PATH: hexpm
HEXPM_ELIXIR_PATH: hexpm_elixir
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ecto_3_3_2/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Ecto_3_3_2.Fixture.MixProject do
use Mix.Project

def project do
[app: :ecto, version: "3.3.1", deps: deps()]
[app: :ecto, version: "3.3.2", deps: deps()]
end

defp deps do
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/ecto_sql_3_3_3/mix.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Ecto.SQL_3_3_2.Fixture.MixProject do
defmodule Ecto.SQL_3_3_3.Fixture.MixProject do
use Mix.Project

def project do
Expand Down
Loading