Skip to content

Commit

Permalink
Update versions for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Aug 28, 2024
1 parent 8f96846 commit 966e9b4
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.14.3'
OTP_VER: '25.2.3'
ELIXIR_VER: '1.16.3'
OTP_VER: '26.2.5.2'

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.14.3'
OTP_VER: '25.2.3'
ELIXIR_VER: '1.16.3'
OTP_VER: '26.2.5.2'

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.14.3'
OTP_VER: '25.2.3'
ELIXIR_VER: '1.16.3'
OTP_VER: '26.2.5.2'

permissions:
contents: read
Expand Down

0 comments on commit 966e9b4

Please sign in to comment.