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: [ '25.3.2.9', '26.2.2' ]
31
+ otp : [ '26.2.5.2', '27.0.1' ]
31
32
runs-on : ubuntu-22.04
32
33
env :
33
34
PRESET : ' small_tests'
@@ -66,17 +67,17 @@ jobs:
66
67
matrix :
67
68
preset : [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
68
69
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
69
- otp : [ '26.1.2 ' ]
70
+ otp : [ '27.0.1 ' ]
70
71
include :
71
72
- test-spec : " default.spec"
72
73
- preset : elasticsearch_and_cassandra_mnesia
73
74
test-spec : " mam.spec"
74
75
- preset : ldap_mnesia
75
76
test-spec : " default.spec"
76
- otp : ' 25.3.2.6 '
77
+ otp : ' 26.2.5.2 '
77
78
- preset : pgsql_mnesia
78
79
test-spec : " default.spec"
79
- otp : ' 25.3.2.6 '
80
+ otp : ' 26.2.5.2 '
80
81
runs-on : ubuntu-22.04
81
82
steps :
82
83
- uses : actions/checkout@v3
@@ -101,11 +102,11 @@ jobs:
101
102
fail-fast : false
102
103
matrix :
103
104
preset : [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
104
- otp : [ '26.1.2 ' ]
105
+ otp : [ '27.0.1 ' ]
105
106
test-spec : ["dynamic_domains.spec"]
106
107
include :
107
108
- preset : pgsql_mnesia
108
- otp : ' 25.3.2.6 '
109
+ otp : ' 26.2.5.2 '
109
110
test-spec : " dynamic_domains.spec"
110
111
runs-on : ubuntu-22.04
111
112
steps :
@@ -140,7 +141,7 @@ jobs:
140
141
strategy :
141
142
fail-fast : false
142
143
matrix :
143
- otp : [ '25 .2' ]
144
+ otp : [ '26.2.5 .2' ]
144
145
runs-on : ubuntu-22.04
145
146
steps :
146
147
- uses : actions/checkout@v3
@@ -156,7 +157,7 @@ jobs:
156
157
strategy :
157
158
fail-fast : false
158
159
matrix :
159
- otp : [ '25 .2' ]
160
+ otp : [ '26.2.5 .2' ]
160
161
runs-on : ubuntu-22.04
161
162
steps :
162
163
- uses : actions/checkout@v3
@@ -172,7 +173,7 @@ jobs:
172
173
strategy :
173
174
fail-fast : false
174
175
matrix :
175
- otp : [ '25 .2' ]
176
+ otp : [ '26.2.5 .2' ]
176
177
runs-on : ubuntu-22.04
177
178
steps :
178
179
- uses : actions/checkout@v3
@@ -191,7 +192,7 @@ jobs:
191
192
pkg : [ubuntu_xenial]
192
193
runs-on : ubuntu-22.04
193
194
env :
194
- ESL_ERLANG_PKG_VER : " 25.0 .3"
195
+ ESL_ERLANG_PKG_VER : " 26.2 .3"
195
196
pkg_PLATFORM : ${{matrix.pkg}}
196
197
steps :
197
198
- uses : actions/checkout@v3
0 commit comments