Skip to content

Commit 8b96898

Browse files
committed
bump elixir versions
1 parent 214185f commit 8b96898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
qa:
1313
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
1414
with:
15-
elixir-version: '1.14'
16-
otp-version: '24.3'
15+
elixir-version: '1.14.2'
16+
otp-version: '25.2'
1717
version-type: 'strict'
1818
credo-enabled: false
1919
dialyzer-enabled: false

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
hex-publish:
99
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
1010
with:
11-
elixir-version: '1.11'
12-
otp-version: '22.3'
11+
elixir-version: '1.14.2'
12+
otp-version: '25.2'
1313
version-type: 'strict'
1414
secrets:
1515
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)