Skip to content

Commit

Permalink
Update OTP versions for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Apr 23, 2024
1 parent b7f9f3b commit 2fa7c12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -711,14 +711,14 @@ workflows:
executor: otp_26
platform: centos_7
context: mongooseim-org
otp_package: "25.0.3"
otp_package: "26.2.2"
filters: *all_tags
- package:
name: rockylinux_8
executor: otp_26
platform: rockylinux_8
context: mongooseim-org
otp_package: "24.1.7"
otp_package: "26.2.2"
filters: *all_tags
# - package:
# name: almalinux_8
Expand All @@ -732,28 +732,28 @@ workflows:
executor: otp_26
platform: debian_bullseye
context: mongooseim-org
otp_package: "25.3"
otp_package: "26.2.1"
filters: *all_tags
- package:
name: debian_buster
executor: otp_26
platform: debian_buster
context: mongooseim-org
otp_package: "25.3"
otp_package: "26.2.1"
filters: *all_tags
- package:
name: ubuntu_focal
executor: otp_26
platform: ubuntu_focal
context: mongooseim-org
otp_package: "25.3"
otp_package: "26.2.1"
filters: *all_tags
- package:
name: ubuntu_bionic
executor: otp_26
platform: ubuntu_bionic
context: mongooseim-org
otp_package: "25.3"
otp_package: "26.2.3"
filters: *all_tags
# ======== BASE DOCKER BUILDS ========
- build_in_docker:
Expand Down

0 comments on commit 2fa7c12

Please sign in to comment.