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 : [ '26.2.5.11 ', '27.3.3 ' ]
30
+ otp : [ '26.2.5.12 ', '27.3.4 ' ]
31
31
runs-on : ubuntu-22.04
32
32
env :
33
33
PRESET : ' small_tests'
@@ -67,17 +67,17 @@ jobs:
67
67
matrix :
68
68
preset : [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
69
69
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
70
- otp : [ '27.3.3 ' ]
70
+ otp : [ '27.3.4 ' ]
71
71
include :
72
72
- test-spec : " default.spec"
73
73
- preset : elasticsearch_and_cassandra_mnesia
74
74
test-spec : " mam.spec"
75
75
- preset : ldap_mnesia
76
76
test-spec : " default.spec"
77
- otp : ' 26.2.5.11 '
77
+ otp : ' 26.2.5.12 '
78
78
- preset : pgsql_mnesia
79
79
test-spec : " default.spec"
80
- otp : ' 26.2.5.11 '
80
+ otp : ' 26.2.5.12 '
81
81
runs-on : ubuntu-22.04
82
82
steps :
83
83
- uses : actions/checkout@v3
@@ -103,11 +103,11 @@ jobs:
103
103
fail-fast : false
104
104
matrix :
105
105
preset : [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
106
- otp : [ '27.3.3 ' ]
106
+ otp : [ '27.3.4 ' ]
107
107
test-spec : ["dynamic_domains.spec"]
108
108
include :
109
109
- preset : pgsql_mnesia
110
- otp : ' 26.2.5.11 '
110
+ otp : ' 26.2.5.12 '
111
111
test-spec : " dynamic_domains.spec"
112
112
runs-on : ubuntu-22.04
113
113
steps :
@@ -143,7 +143,7 @@ jobs:
143
143
strategy :
144
144
fail-fast : false
145
145
matrix :
146
- otp : [ '26.2.5.11 ' ]
146
+ otp : [ '26.2.5.12 ' ]
147
147
runs-on : ubuntu-22.04
148
148
steps :
149
149
- uses : actions/checkout@v3
@@ -160,7 +160,7 @@ jobs:
160
160
strategy :
161
161
fail-fast : false
162
162
matrix :
163
- otp : [ '26.2.5.11 ' ]
163
+ otp : [ '26.2.5.12 ' ]
164
164
runs-on : ubuntu-22.04
165
165
steps :
166
166
- uses : actions/checkout@v3
@@ -177,7 +177,7 @@ jobs:
177
177
strategy :
178
178
fail-fast : false
179
179
matrix :
180
- otp : [ '26.2.5.11 ' ]
180
+ otp : [ '26.2.5.12 ' ]
181
181
runs-on : ubuntu-22.04
182
182
steps :
183
183
- uses : actions/checkout@v3
@@ -197,7 +197,7 @@ jobs:
197
197
pkg : [ubuntu-jammy]
198
198
runs-on : ubuntu-22.04
199
199
env :
200
- pkg_OTP_VERSION : " 27.3.3 "
200
+ pkg_OTP_VERSION : " 27.3.4 "
201
201
pkg_PLATFORM : ${{matrix.pkg}}
202
202
GPG_PUBLIC_KEY : ${{ secrets.GPG_PUBLIC_KEY }}
203
203
GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments