We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214185f commit 8b96898Copy full SHA for 8b96898
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
qa:
13
uses: straw-hat-team/github-actions-workflows/.github/workflows/[email protected]
14
with:
15
- elixir-version: '1.14'
16
- otp-version: '24.3'
+ elixir-version: '1.14.2'
+ otp-version: '25.2'
17
version-type: 'strict'
18
credo-enabled: false
19
dialyzer-enabled: false
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
hex-publish:
9
10
11
- elixir-version: '1.11'
- otp-version: '22.3'
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
0 commit comments