Skip to content

Commit

Permalink
ci: test with otp 27
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Sep 13, 2024
1 parent 419f271 commit 2fe5bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
rebar3:
- '3.20.0'
- '3.24.0'
otp:
- '27'
- '26'
- '25'
kafka:
- '2.4'
- '1.1'
- '0.11'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

# Setup
Expand Down

0 comments on commit 2fe5bd7

Please sign in to comment.