Skip to content

Commit

Permalink
Update Elixir and OTP versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Aug 9, 2024
1 parent 30120c9 commit 0ca6738
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 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.15'
otp_version: '26.0'
elixir_version: '1.17'
otp_version: '27.0'

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

services:
redis:
Expand Down

0 comments on commit 0ca6738

Please sign in to comment.