Skip to content

Commit

Permalink
Drop 1.6 from CI matrix (exercism#694)
Browse files Browse the repository at this point in the history
* drop 1.6 from ci

* remove 1.6 from ci and readme as well

Co-authored-by: Angelika Tyborska <[email protected]>
  • Loading branch information
neenjaw and angelikatyborska authored Mar 22, 2021
1 parent 214c966 commit 1ea4e11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ jobs:

strategy:
matrix:
#Note: pick a canonical set of supported versions
elixir: ['1.6.0', '1.7.0']
otp: ['20.0']
include:
- elixir: '1.7.0'
otp: '20.0'
- elixir: '1.8.0'
otp: '20.0'
- elixir: '1.9.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:

strategy:
matrix:
elixir: ['1.6.0', '1.7.0']
otp: ['20.0']
include:
- elixir: '1.7.0'
otp: '20.0'
- elixir: '1.8.0'
otp: '20.0'
- elixir: '1.9.0'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Exercism Exercises in Elixir

## Setup

The exercises currently target Elixir >= 1.6 and Erlang/OTP >= 20. Detailed
The exercises currently target Elixir >= 1.7 and Erlang/OTP >= 20. Detailed
installation instructions can be found at
[http://elixir-lang.org/install.html](http://elixir-lang.org/install.html).

Expand Down Expand Up @@ -57,4 +57,3 @@ To check formatting of all exercises and all documents, run `./bin/check_formatt
If you want to help maintain the Elixir track, take a look at [HELLO.md](https://github.com/exercism/elixir/blob/master/HELLO.md). You will find there an introduction to all the possible ways you can help us.

If you want to contribute to this repository specifically, please see [CONTRIBUTING.md](https://github.com/exercism/elixir/blob/master/CONTRIBUTING.md).

0 comments on commit 1ea4e11

Please sign in to comment.