Skip to content

Commit

Permalink
Fix incompatible Elixir and OTP versions in test CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Aug 5, 2024
1 parent f09e8f0 commit e6d3e0b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
- '27.0'
- '26.2'
- '25.3'
# exclude:
# - elixir: '1.13'
# otp: '26.1'
- '24.3'
exclude:
- elixir: '1.17'
otp: '24.3'
- elixir: '1.16'
otp: '27.0'
- elixir: '1.15'
otp: '27.0'

services:
postgres:
Expand Down

0 comments on commit e6d3e0b

Please sign in to comment.