Skip to content

Commit

Permalink
only test req 0.5 until Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschweikert committed Dec 4, 2024
1 parent dbf7e7a commit 9afd481
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
otp_version: '25.3.2.12'
- elixir_version: '1.14'
otp_version: '24.3.4.17'
- elixir_version: '1.13'
otp_version: '24.3.4.17'
req_0_4: true

name: Elixir ${{ elixir_version }} - OTP ${{ otp_version }} ${{ matrix.lint && '- Lint' }} ${{ matrix.req_0_4 && '- Req 0.4' }}

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 9afd481

Please sign in to comment.