Skip to content

Commit 8b7090a

Browse files
committed
Update OTP versions for GH Actions
1 parent 47731ed commit 8b7090a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Diff for: .github/workflows/ci.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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: [ '25.3.2.9', '26.2.2' ]
30+
# otp: [ '25.3.2.9', '26.2.2' ]
31+
otp: [ '26.2.5.2', '27.0.1' ]
3132
runs-on: ubuntu-22.04
3233
env:
3334
PRESET: 'small_tests'
@@ -66,17 +67,17 @@ jobs:
6667
matrix:
6768
preset: [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
6869
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
69-
otp: [ '26.1.2' ]
70+
otp: [ '27.0.1' ]
7071
include:
7172
- test-spec: "default.spec"
7273
- preset: elasticsearch_and_cassandra_mnesia
7374
test-spec: "mam.spec"
7475
- preset: ldap_mnesia
7576
test-spec: "default.spec"
76-
otp: '25.3.2.6'
77+
otp: '26.2.5.2'
7778
- preset: pgsql_mnesia
7879
test-spec: "default.spec"
79-
otp: '25.3.2.6'
80+
otp: '26.2.5.2'
8081
runs-on: ubuntu-22.04
8182
steps:
8283
- uses: actions/checkout@v3
@@ -101,11 +102,11 @@ jobs:
101102
fail-fast: false
102103
matrix:
103104
preset: [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
104-
otp: [ '26.1.2' ]
105+
otp: [ '27.0.1' ]
105106
test-spec: ["dynamic_domains.spec"]
106107
include:
107108
- preset: pgsql_mnesia
108-
otp: '25.3.2.6'
109+
otp: '26.2.5.2'
109110
test-spec: "dynamic_domains.spec"
110111
runs-on: ubuntu-22.04
111112
steps:
@@ -140,7 +141,7 @@ jobs:
140141
strategy:
141142
fail-fast: false
142143
matrix:
143-
otp: [ '25.2' ]
144+
otp: [ '26.2.5.2' ]
144145
runs-on: ubuntu-22.04
145146
steps:
146147
- uses: actions/checkout@v3
@@ -156,7 +157,7 @@ jobs:
156157
strategy:
157158
fail-fast: false
158159
matrix:
159-
otp: [ '25.2' ]
160+
otp: [ '26.2.5.2' ]
160161
runs-on: ubuntu-22.04
161162
steps:
162163
- uses: actions/checkout@v3
@@ -172,7 +173,7 @@ jobs:
172173
strategy:
173174
fail-fast: false
174175
matrix:
175-
otp: [ '25.2' ]
176+
otp: [ '26.2.5.2' ]
176177
runs-on: ubuntu-22.04
177178
steps:
178179
- uses: actions/checkout@v3
@@ -191,7 +192,7 @@ jobs:
191192
pkg: [ubuntu_xenial]
192193
runs-on: ubuntu-22.04
193194
env:
194-
ESL_ERLANG_PKG_VER: "25.0.3"
195+
ESL_ERLANG_PKG_VER: "26.2.3"
195196
pkg_PLATFORM: ${{matrix.pkg}}
196197
steps:
197198
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)