Skip to content

Commit

Permalink
Correct version of elixir/otp in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StanczakDominik committed Jun 3, 2024
1 parent 231c942 commit e66bae6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# Sets the ENV `MIX_ENV` to `test` for running tests
env:
MIX_ENV: test
ELIXIR_VER: '1.16.2'
OTP_VER: '25.0.4'
ELIXIR_VER: '1.14.3'
OTP_VER: '25.2.3'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# Sets the ENV `MIX_ENV` to `test` for running tests
env:
MIX_ENV: test
ELIXIR_VER: '1.16.2'
OTP_VER: '25.0.4'
ELIXIR_VER: '1.14.3'
OTP_VER: '25.2.3'

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
# Sets the ENV `MIX_ENV` to `test` for running tests
env:
MIX_ENV: test
ELIXIR_VER: '1.16.2'
OTP_VER: '25.0.4'
ELIXIR_VER: '1.14.3'
OTP_VER: '25.2.3'

permissions:
contents: read
Expand Down

0 comments on commit e66bae6

Please sign in to comment.