Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jun 13, 2024
1 parent d4a2af9 commit 43d27fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,17 @@ jobs:
scylla: "4.6.3"

include:
- otp: "27.0"
elixir: "1.17"
- os: ubuntu-latest
otp: "${{ github.env.LATEST_OTP }}"
elixir: "${{ github.env.LATEST_ELIXIR }}"
coverage: true
server_versions:
cassandra: "4.1"
scylla: "5.2"

# Oldest-supported Elixir and Erlang versions.
- otp: "25.3"
- os: ubuntu-latest
otp: "25.3"
elixir: "1.15.4"
coverage: false
server_versions:
Expand Down

0 comments on commit 43d27fb

Please sign in to comment.