Skip to content

Commit

Permalink
ci: update elixir and otp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Nov 7, 2023
1 parent 3b4c17e commit 92f2bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ["25.1"]
elixir: ["1.14"]
otp: ["26.1"]
elixir: ["1.15"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 92f2bdb

Please sign in to comment.