Add OTP 23 builds

This commit is contained in:
Dincho Todorov 2023-01-13 09:42:37 +02:00
parent 18cc173e99
commit ef40fd3a3e

View File

@ -73,6 +73,13 @@ jobs:
- setup_ubuntu: - setup_ubuntu:
OTP_VERSION: "22.3.4.26" OTP_VERSION: "22.3.4.26"
- run_build - run_build
ubuntu_1804_otp23:
executor: ubuntu_1804
steps:
- checkout
- setup_ubuntu:
OTP_VERSION: "23.3.4.18"
- run_build
macos_1106_otp21: macos_1106_otp21:
executor: macos_1106 executor: macos_1106
steps: steps:
@ -87,11 +94,20 @@ jobs:
- setup_macos: - setup_macos:
OTP_VERSION: "22" OTP_VERSION: "22"
- run_build - run_build
macos_1106_otp22:
executor: macos_1106
steps:
- checkout
- setup_macos:
OTP_VERSION: "23"
- run_build
workflows: workflows:
check: check:
jobs: jobs:
- ubuntu_1804_otp21 - ubuntu_1804_otp21
- ubuntu_1804_otp22 - ubuntu_1804_otp22
- ubuntu_1804_otp23
- macos_1106_otp21 - macos_1106_otp21
- macos_1106_otp22 - macos_1106_otp22
- macos_1106_otp23