Skip to content

Commit

Permalink
Merge pull request #14 from resuelve/upgrade/elixir_ci
Browse files Browse the repository at this point in the history
upgrade elixir version on CI
  • Loading branch information
alanraul authored Oct 18, 2024
2 parents 60c3e01 + 255b498 commit fa87eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
build-and-test:
name: Build and test
runs-on: ubuntu-latest
container: elixir:1.10-alpine
container: elixir:1.14-alpine
steps:
- uses: actions/checkout@v2
- name: Install build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-hexpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
publish-hexpm:
name: publish to hex.pm
runs-on: ubuntu-latest
container: elixir:1.10-alpine
container: elixir:1.14-alpine
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit fa87eff

Please sign in to comment.