Skip to content

Commit

Permalink
Merge pull request #25 from tompave/bump_ci
Browse files Browse the repository at this point in the history
Update CI matrixes
  • Loading branch information
tompave authored Sep 27, 2022
2 parents 78c4ea4 + c8dce3c commit caca4f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [master]

env:
elixir_version: '1.13'
otp_version: '24.3'
elixir_version: '1.14'
otp_version: '25.1'

jobs:
credo:
Expand Down
20 changes: 16 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,29 @@ jobs:
fail-fast: false
matrix:
elixir:
- '1.14'
- '1.13'
- '1.12'
- '1.11'
otp:
- '25.1'
- '25.0'
- '24.3'
- '24.2'
- '23.3'
- '22.3'
# exclude:
# - elixir: '1.10'
# otp: '24.1'
exclude:
- elixir: '1.14'
otp: '23.3'
- elixir: '1.14'
otp: '22.3'
- elixir: '1.12'
otp: '25.1'
- elixir: '1.12'
otp: '25.0'
- elixir: '1.11'
otp: '25.1'
- elixir: '1.11'
otp: '25.0'

services:
redis:
Expand Down

0 comments on commit caca4f7

Please sign in to comment.