Skip to content

Commit

Permalink
Funnily enough, there's no OTP 26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 22, 2024
1 parent c800a29 commit c0dc83e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.3', '27.0']
otp_vsn: ['22.3', '23.3', '24.3', '25.3', '26.2', '27.0']
os: ['ubuntu-20.04', 'windows-2019']
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/otp_version_to_rebar3_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"26.0": "3.23",
"26.1": "3.23",
"26.2": "3.23",
"26.3": "3.23",

"27.0": "3.23"
}

0 comments on commit c0dc83e

Please sign in to comment.