Skip to content

Commit

Permalink
Update Elixir and OTP versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Feb 2, 2024
1 parent d74059f commit 06aeaab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 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, v2]

env:
elixir_version: '1.15'
otp_version: '26.1'
elixir_version: '1.16'
otp_version: '26.2'

jobs:
credo:
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,17 @@ jobs:
fail-fast: false
matrix:
elixir:
- '1.16'
- '1.15'
- '1.14'
- '1.13'
otp:
- '26.2'
- '26.1'
- '26.0'
- '25.3'
- '24.3'
exclude:
- elixir: '1.13'
otp: '26.1'
- elixir: '1.13'
otp: '26.0'
# exclude:
# - elixir: '1.13'
# otp: '26.1'

services:
postgres:
Expand Down

0 comments on commit 06aeaab

Please sign in to comment.