Skip to content

Commit d8218bb

Browse files
committed
Fix CI matrix
1 parent 782fd1a commit d8218bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
otp-version: [25.0.4]
11-
elixir-version: [1.14.0]
10+
otp-version: [27.0]
11+
elixir-version: [1.17.1]
1212

1313
env:
1414
MIX_ENV: test

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule PlugImageProcessing.Mixfile do
77
[
88
app: :plug_image_processing,
99
version: @version,
10-
elixir: "~> 1.17",
10+
elixir: "~> 1.13",
1111
package: package(),
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
compilers: Mix.compilers(),

0 commit comments

Comments
 (0)