Skip to content

Commit

Permalink
chore: remove 1.9 build
Browse files Browse the repository at this point in the history
This version is EOL
  • Loading branch information
mloberg committed Apr 14, 2023
1 parent 7ddc3ae commit d518349
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
fail-fast: false
matrix:
elixir:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
fail-fast: false
matrix:
image:
- "1.9"
- "1.10"
- "1.11"
- "1.12"
Expand Down
30 changes: 0 additions & 30 deletions 1.9/Dockerfile

This file was deleted.

7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,5 @@ help:
@docker build -t articulate/articulate-elixir:1.10 1.10
.PHONY: 1.10

1.9: ## Build the Elixir 1.9 image
@echo "+ Elixir $@"
@docker build -t articulate/articulate-elixir:1.9 1.9
.PHONY: 1.9

all: 1.13 1.12 1.11 1.10 1.9 ## Build all Elixir images
all: 1.13 1.12 1.11 1.10 ## Build all Elixir images
.PHONY: all
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Elixir version:
* `1.12`
* `1.11`
* `1.10`
* `1.9`

## Local Development

Run `make [version]` to build the image locally
Run `make` to build the image locally

0 comments on commit d518349

Please sign in to comment.