Skip to content

Commit

Permalink
bump elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Feb 28, 2023
1 parent 214185f commit 8b96898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
qa:
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
with:
elixir-version: '1.14'
otp-version: '24.3'
elixir-version: '1.14.2'
otp-version: '25.2'
version-type: 'strict'
credo-enabled: false
dialyzer-enabled: false
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
hex-publish:
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
with:
elixir-version: '1.11'
otp-version: '22.3'
elixir-version: '1.14.2'
otp-version: '25.2'
version-type: 'strict'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 comments on commit 8b96898

Please sign in to comment.