Skip to content

Commit

Permalink
Test from Elixir v1.14 to v1.17 in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 6, 2024
1 parent c021797 commit 9261612
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
matrix:
include:
- pair:
elixir: '1.13'
elixir: '1.14'
otp: '24.3'
postgres: '12.13-alpine'
- pair:
elixir: '1.15'
otp: '26.0'
postgres: '15.1-alpine'
elixir: '1.17'
otp: '27.0'
postgres: '16.2-alpine'
lint: lint

runs-on: ubuntu-20.04
Expand Down

0 comments on commit 9261612

Please sign in to comment.