Skip to content

Commit

Permalink
Fix CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Sep 5, 2024
1 parent 782fd1a commit d8218bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp-version: [25.0.4]
elixir-version: [1.14.0]
otp-version: [27.0]
elixir-version: [1.17.1]

env:
MIX_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule PlugImageProcessing.Mixfile do
[
app: :plug_image_processing,
version: @version,
elixir: "~> 1.17",
elixir: "~> 1.13",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit d8218bb

Please sign in to comment.