Skip to content

Commit ef076e2

Browse files
authored
Merge pull request #4555 from esl/bump-versions
Update Debian release and minor OTP versions
2 parents 534dc6c + 99f502d commit ef076e2

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.circleci/template.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ references:
55
# Available cimg-erlang images: https://hub.docker.com/r/erlangsolutions/erlang/tags?name=cimg
66
# You could need to trigger a pipeline to create a Docker image:
77
# https://github.com/esl/cimg-erlang#trigger-build-using-trigger-pipeline-on-circleci
8-
- &LATEST_OTP_VERSION 28.0.1
9-
- &OTP27 erlangsolutions/erlang:cimg-27.3.4.1
10-
- &OTP28 erlangsolutions/erlang:cimg-28.0.1
8+
- &LATEST_OTP_VERSION 28.0.2
9+
- &OTP27 erlangsolutions/erlang:cimg-27.3.4.2
10+
- &OTP28 erlangsolutions/erlang:cimg-28.0.2
1111
- &ENTRYPOINT ["/bin/sh", "-c", "eval ${INSTALL_DEPS_CMD:-echo} && echo __INJECT_FILES__ | eval ${BASE32DEC:-base32 --decode} | bash"]
1212
# Caches created via the save_cache step are stored for up to 15 days
1313
- &CERT_KEY certs-cache-{{ checksum "certs_cache_key" }}-v3
@@ -690,7 +690,7 @@ jobs:
690690
type: executor
691691
platform:
692692
type: enum
693-
enum: [debian-bookworm, debian-bullseye, debian-buster, ubuntu-plucky, ubuntu-noble, ubuntu-jammy, ubuntu-focal, rockylinux-9, rockylinux-8, almalinux-9, almalinux-8]
693+
enum: [debian-bookworm, debian-bullseye, debian-trixie, ubuntu-plucky, ubuntu-noble, ubuntu-jammy, ubuntu-focal, rockylinux-9, rockylinux-8, almalinux-9, almalinux-8]
694694
description: Platform type
695695
otp_version:
696696
type: string
@@ -768,15 +768,15 @@ workflows:
768768
context: mongooseim-org
769769
filters: *all_tags_and_master
770770
- package:
771-
name: debian-buster
771+
name: debian-trixie
772772
executor: otp_28
773-
platform: debian-buster
773+
platform: debian-trixie
774774
context: mongooseim-org
775775
filters: *all_tags_and_master
776776
- package:
777-
name: debian-buster-arm64
777+
name: debian-trixie-arm64
778778
executor: otp_28_arm64
779-
platform: debian-buster
779+
platform: debian-trixie
780780
context: mongooseim-org
781781
filters: *all_tags_and_master
782782
- package:

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
## the full list of supported (prebuilt) OTP versions for ubuntu-22.04 runners
2828
## can be found here:
2929
## https://builds.hex.pm/builds/otp/ubuntu-22.04/builds.txt
30-
otp: [ '27.3.4.1', '28.0.1' ]
30+
otp: [ '27.3.4.2', '28.0.2' ]
3131
runs-on: ubuntu-22.04
3232
env:
3333
PRESET: 'small_tests'
@@ -67,17 +67,17 @@ jobs:
6767
matrix:
6868
preset: [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
6969
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
70-
otp: [ '28.0.1' ]
70+
otp: [ '28.0.2' ]
7171
include:
7272
- test-spec: "default.spec"
7373
- preset: elasticsearch_and_cassandra_mnesia
7474
test-spec: "mam.spec"
7575
- preset: ldap_mnesia
7676
test-spec: "default.spec"
77-
otp: '27.3.4.1'
77+
otp: '27.3.4.2'
7878
- preset: pgsql_mnesia
7979
test-spec: "default.spec"
80-
otp: '27.3.4.1'
80+
otp: '27.3.4.2'
8181
runs-on: ubuntu-22.04
8282
steps:
8383
- uses: actions/checkout@v3
@@ -103,11 +103,11 @@ jobs:
103103
fail-fast: false
104104
matrix:
105105
preset: [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
106-
otp: [ '28.0.1' ]
106+
otp: [ '28.0.2' ]
107107
test-spec: ["dynamic_domains.spec"]
108108
include:
109109
- preset: pgsql_mnesia
110-
otp: '27.3.4.1'
110+
otp: '27.3.4.2'
111111
test-spec: "dynamic_domains.spec"
112112
runs-on: ubuntu-22.04
113113
steps:
@@ -143,7 +143,7 @@ jobs:
143143
strategy:
144144
fail-fast: false
145145
matrix:
146-
otp: [ '27.3.4.1' ]
146+
otp: [ '27.3.4.2' ]
147147
runs-on: ubuntu-22.04
148148
steps:
149149
- uses: actions/checkout@v3
@@ -160,7 +160,7 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
otp: [ '27.3.4.1' ]
163+
otp: [ '27.3.4.2' ]
164164
runs-on: ubuntu-22.04
165165
steps:
166166
- uses: actions/checkout@v3
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
otp: [ '27.3.4.1' ]
180+
otp: [ '27.3.4.2' ]
181181
runs-on: ubuntu-22.04
182182
steps:
183183
- uses: actions/checkout@v3
@@ -197,7 +197,7 @@ jobs:
197197
pkg: [ubuntu-jammy]
198198
runs-on: ubuntu-22.04
199199
env:
200-
pkg_OTP_VERSION: "28.0.1"
200+
pkg_OTP_VERSION: "28.0.2"
201201
pkg_PLATFORM: ${{matrix.pkg}}
202202
GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
203203
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)