Skip to content

Commit

Permalink
Update Elixir and Erlang versions in CI (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy authored Feb 27, 2024
1 parent c7a5a63 commit 2992c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
elixir: 1.11
otp: 23.3
- pair:
elixir: 1.14
otp: 25.2
elixir: 1.16
otp: 26.2
lint: lint
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 2992c69

Please sign in to comment.