Skip to content

Commit

Permalink
add lint to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Oct 10, 2024
1 parent d1eba2c commit 8066aa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
pair:
elixir: 1.7.4
otp: 21.3.8.24
lint: lint

- db: mysql:5.7
pair:
Expand All @@ -36,6 +37,7 @@ jobs:
pair:
elixir: 1.7.4
otp: 21.3.8.24
lint: lint

- db: mysql:8.3
pair:
Expand All @@ -47,11 +49,14 @@ jobs:
pair:
elixir: 1.7.4
otp: 21.3.8.24
lint: lint

- db: mariadb:10.11
pair:
elixir: 1.16.3
otp: 26.2.5
lint: lint

env:
MIX_ENV: test
DB: ${{ matrix.db }}
Expand Down

0 comments on commit 8066aa9

Please sign in to comment.