Skip to content

Commit

Permalink
Set elixir version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNeck committed Dec 23, 2023
1 parent bb50cfa commit 2cc0ffa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,46 @@ jobs:
strategy:
matrix:
elixir:
- '1.11.4'
- '1.12.3'
- '1.13.4'
- '1.14.5'
- '1.15.7'
- '1.16.0'
otp:
- '21.3'
- '22.3'
- '23.3'
- '24.3'
- '25.3'
- '26.2'
exclude:
- elixir: '1.11.4'
otp: '25.3'
- elixir: '1.11.4'
otp: '26.2'
- elixir: '1.12.3'
otp: '21.3'
- elixir: '1.12.3'
otp: '25.3'
- elixir: '1.12.3'
otp: '26.2'
- elixir: '1.13.4'
otp: '21.3'
- elixir: '1.13.4'
otp: '26.2'
- elixir: '1.14.5'
otp: '21.3'
- elixir: '1.14.5'
otp: '22.3'
- elixir: '1.15.7'
otp: '21.3'
- elixir: '1.15.7'
otp: '22.3'
- elixir: '1.15.7'
otp: '23.3'
- elixir: '1.16.0'
otp: '21.3'
- elixir: '1.16.0'
otp: '22.3'
- elixir: '1.16.0'
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 GitHubActions.MixProject do
[
app: :git_hub_actions,
version: "0.2.19",
elixir: "~> 1.12",
elixir: "~> 1.11",
name: "GitHubActions",
description: "A little tool to write GitHub actions in Elixir",
source_url: @github,
Expand Down

0 comments on commit 2cc0ffa

Please sign in to comment.