Skip to content

Commit

Permalink
Use 26.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 26, 2023
1 parent 8771d66 commit 2477f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: ['24.3', '25.3', '26.2.1']
otp: ['24.3', '25.3', '26.1.2']
elixir: ['1.13.4', '1.14.5', '1.15.7', '1.16.0']
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html
exclude:
- otp: '26.2.1'
- otp: '26.1.2'
elixir: '1.13.4'
- otp: '26.2.1'
- otp: '26.1.2'
elixir: '1.14.5'

env:
Expand Down

0 comments on commit 2477f83

Please sign in to comment.