Skip to content

Commit

Permalink
Add latest versions for elixir to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum committed Jul 28, 2023
1 parent 1cde588 commit 3c0e7ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['21.3', '22.3', '23.1']
elixir: ['1.11.2']
elixir: [1.14.4, 1.15.4]
otp: [24.2, 25.2]
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
Expand Down

0 comments on commit 3c0e7ae

Please sign in to comment.