Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai committed Oct 1, 2022
1 parent 4983eb2 commit b620a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
elixir:
- 1.9-slim
- 1.10-slim
- 1.11-slim
- 1.12-slim
- 1.13-slim
- 1.14-slim
container:
image: elixir:${{ matrix.elixir }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
format:
runs-on: ubuntu-latest
container:
image: elixir:1.12-slim
image: elixir:1.14-slim
steps:
- uses: actions/checkout@v2
- name: format
Expand Down

0 comments on commit b620a92

Please sign in to comment.