Skip to content

Commit

Permalink
Add currently supported elixir versions to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Oct 13, 2024
1 parent 5e17ea1 commit 75ef27f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: ['25.3', '26.2']
elixir: ['1.16.0']
include:
- elixir: 1.17.x
otp: 27
- elixir: 1.16.x
otp: 26
- elixir: 1.15.x
otp: 26
- elixir: 1.14.x
otp: 26
- elixir: 1.13.x
otp: 25

services:
postgres:
Expand Down

0 comments on commit 75ef27f

Please sign in to comment.