Skip to content

Commit

Permalink
Merge pull request #108 from minibikini/drop-old-elixir-support
Browse files Browse the repository at this point in the history
Update image for GH Actions
  • Loading branch information
minibikini authored Jan 7, 2025
2 parents 9b1b38a + 41f194d commit 6a5446c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
format:
runs-on: ubuntu-latest
container:
image: elixir:1.13-slim
image: elixir:1.18-slim
steps:
- uses: actions/[email protected]
- name: Install Dependencies
Expand All @@ -53,7 +53,7 @@ jobs:
credo:
runs-on: ubuntu-latest
container:
image: elixir:1.13-slim
image: elixir:1.18-slim
steps:
- uses: actions/[email protected]
- name: Install Dependencies
Expand Down

0 comments on commit 6a5446c

Please sign in to comment.