27
27
# # the full list of supported (prebuilt) OTP versions for ubuntu-22.04 runners
28
28
# # can be found here:
29
29
# # https://builds.hex.pm/builds/otp/ubuntu-22.04/builds.txt
30
- otp : [ '25.3.2.9 ', '26.2.2 ' ]
30
+ otp : [ '26.2.5.2 ', '27.0.1 ' ]
31
31
runs-on : ubuntu-22.04
32
32
env :
33
33
PRESET : ' small_tests'
@@ -66,17 +66,17 @@ jobs:
66
66
matrix :
67
67
preset : [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
68
68
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
69
- otp : [ '26.1.2 ' ]
69
+ otp : [ '27.0.1 ' ]
70
70
include :
71
71
- test-spec : " default.spec"
72
72
- preset : elasticsearch_and_cassandra_mnesia
73
73
test-spec : " mam.spec"
74
74
- preset : ldap_mnesia
75
75
test-spec : " default.spec"
76
- otp : ' 25.3.2.6 '
76
+ otp : ' 26.2.5.2 '
77
77
- preset : pgsql_mnesia
78
78
test-spec : " default.spec"
79
- otp : ' 25.3.2.6 '
79
+ otp : ' 26.2.5.2 '
80
80
runs-on : ubuntu-22.04
81
81
steps :
82
82
- uses : actions/checkout@v3
@@ -101,11 +101,11 @@ jobs:
101
101
fail-fast : false
102
102
matrix :
103
103
preset : [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
104
- otp : [ '26.1.2 ' ]
104
+ otp : [ '27.0.1 ' ]
105
105
test-spec : ["dynamic_domains.spec"]
106
106
include :
107
107
- preset : pgsql_mnesia
108
- otp : ' 25.3.2.6 '
108
+ otp : ' 26.2.5.2 '
109
109
test-spec : " dynamic_domains.spec"
110
110
runs-on : ubuntu-22.04
111
111
steps :
@@ -140,7 +140,7 @@ jobs:
140
140
strategy :
141
141
fail-fast : false
142
142
matrix :
143
- otp : [ '25 .2' ]
143
+ otp : [ '26.2.5 .2' ]
144
144
runs-on : ubuntu-22.04
145
145
steps :
146
146
- uses : actions/checkout@v3
@@ -156,7 +156,7 @@ jobs:
156
156
strategy :
157
157
fail-fast : false
158
158
matrix :
159
- otp : [ '25 .2' ]
159
+ otp : [ '26.2.5 .2' ]
160
160
runs-on : ubuntu-22.04
161
161
steps :
162
162
- uses : actions/checkout@v3
@@ -172,7 +172,7 @@ jobs:
172
172
strategy :
173
173
fail-fast : false
174
174
matrix :
175
- otp : [ '25 .2' ]
175
+ otp : [ '26.2.5 .2' ]
176
176
runs-on : ubuntu-22.04
177
177
steps :
178
178
- uses : actions/checkout@v3
@@ -191,7 +191,7 @@ jobs:
191
191
pkg : [ubuntu_xenial]
192
192
runs-on : ubuntu-22.04
193
193
env :
194
- ESL_ERLANG_PKG_VER : " 25.0.3 "
194
+ ESL_ERLANG_PKG_VER : " 25.3.2 "
195
195
pkg_PLATFORM : ${{matrix.pkg}}
196
196
steps :
197
197
- uses : actions/checkout@v3
0 commit comments