summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-03-19 09:12:54 +0100
committerGitHub <noreply@github.com>2022-03-19 09:12:54 +0100
commit34f323c02fa56859aa1d9fadb4c94a11da777d11 (patch)
tree4403fdbb03bcaa7e0a2c666a1613903ba7a4d05e /.github
parent634dbd226b7b49e822ab9e92c328358d5506e67e (diff)
downloadelixir-34f323c02fa56859aa1d9fadb4c94a11da777d11.tar.gz
Add OTP-24.3 to CI (#11711)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0dd6de1ac..361f2b6ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp_release: ['OTP-24.0', 'OTP-23.3', 'OTP-23.0']
+ otp_release: ['OTP-24.3', 'OTP-24.0', 'OTP-23.3', 'OTP-23.0']
development: [false]
include:
- otp_release: master