Skip to content

Commit

Permalink
CI: remove OTP 25 from the matrix
Browse files Browse the repository at this point in the history
This is because the current erlang_service does not compile with it.
We cannot add OTP27 yet, as we are waiting for a brew formula for it

Addresses #37
  • Loading branch information
alanz committed Jul 15, 2024
1 parent 8462fa6 commit 0177f5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
strategy:
matrix:
platform-arch: [ubuntu-20.04-x64, ubuntu-20.04-arm, macos-13-x64, macos-latest-arm]
otp-version: [25.3, 26.2]
otp-version: [ 26.2]
include:
- otp-version: 25.3
brew-otp-version: 25
vscode-publish: true
- otp-version: 26.2
brew-otp-version: 26
vscode-publish: false
Expand Down

0 comments on commit 0177f5e

Please sign in to comment.