Skip to content

Commit

Permalink
ci: stable elixir 1.16 and latest erlang
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing authored Jan 8, 2024
1 parent 2cce42e commit b1f2483
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 @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['26.0.2', '25.3.2']
elixir: ['1.15.2', '1.16.0-rc.0']
otp: ['25.3.2', '26.2.1']
elixir: ['1.15.2', '1.16.0']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b1f2483

Please sign in to comment.