Skip to content

Commit

Permalink
[ELP] Add OTP 27 Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Nov 21, 2024
1 parent 60d05a1 commit fead95f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ 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: [25.3, 26.2, 27.1]
include:
- otp-version: 25.3
brew-otp-version: 25
vscode-publish: true
- otp-version: 26.2
brew-otp-version: 26
vscode-publish: false
- otp-version: 27.1
brew-otp-version: 27
vscode-publish: false
- platform-arch: ubuntu-20.04-x64
platform: ubuntu-20.04
os: linux
Expand Down

0 comments on commit fead95f

Please sign in to comment.