Skip to content

Commit

Permalink
ci: updates ex/otp pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jul 26, 2023
1 parent 8ec5472 commit 07d40d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
matrix:
include:
- pair:
elixir: 1.14.0
otp: 24.0
lint: true
elixir: "1.15.4"
otp: "26.0.2"
lint: "lint"
- pair:
elixir: "1.14.5"
otp: "25.3.2.2"
env:
MIX_ENV: test
XLA_CACHE_DIR: ${{ github.workspace }}/cache/xla
Expand Down

0 comments on commit 07d40d1

Please sign in to comment.