Skip to content

Commit

Permalink
disable otp-26 as well for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiw committed Nov 28, 2024
1 parent e622273 commit 7a9f23d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -42,8 +45,8 @@ jobs:
rebar3: "3.16.1"
- otp: "25.3.2.15"
rebar3: "3.22.1"
- otp: "26.2.5.5"
rebar3: "3.22.1"
# - otp: "26.2.5.5"
# rebar3: "3.22.1"
# - otp: "27.1.2"
# rebar3: "3.22.1"
steps:
Expand Down

0 comments on commit 7a9f23d

Please sign in to comment.