Skip to content

Commit

Permalink
Expand test matrix to include Elixir 1.13, 1.15, 1.16, 1.17 as well a…
Browse files Browse the repository at this point in the history
…s OTP 26 & 27
  • Loading branch information
drteeth committed Oct 23, 2024
1 parent 1d6e31d commit 977e557
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test

on: [push, pull_request]
on:
pull_request:
push:
branches:
- master
- 'v*'

jobs:
build:
Expand All @@ -10,6 +15,17 @@ jobs:
matrix:
otp: ['25.3']
elixir: ['1.15.7']
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 977e557

Please sign in to comment.