Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 25, 2023
1 parent 56c898d commit f4088da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ permissions:

jobs:
test:
name: Test
name: Test (Elixir ${{ matrix.elixir }} / OTP ${{ matrix.otp }})
runs-on: ubuntu-latest
strategy:
matrix:
elixir: [1.13, 1.14, 1.15]
otp: [24.3, 25.3, 26.1]
# NOTE: best effort coverage
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
elixir: ["1.14", "1.15"]
otp: ["24.3", "25.3"]

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

0 comments on commit f4088da

Please sign in to comment.