Skip to content

Commit a82aa72

Browse files
authored
Merge pull request #4365 from esl/update-gh-actions-versions
Update OTP versions for GH Actions
2 parents 47731ed + a051308 commit a82aa72

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/ci.yml

+10-10
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: [ '25.3.2.9', '26.2.2' ]
30+
otp: [ '26.2.5.2', '27.0.1' ]
3131
runs-on: ubuntu-22.04
3232
env:
3333
PRESET: 'small_tests'
@@ -66,17 +66,17 @@ jobs:
6666
matrix:
6767
preset: [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
6868
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
69-
otp: [ '26.1.2' ]
69+
otp: [ '27.0.1' ]
7070
include:
7171
- test-spec: "default.spec"
7272
- preset: elasticsearch_and_cassandra_mnesia
7373
test-spec: "mam.spec"
7474
- preset: ldap_mnesia
7575
test-spec: "default.spec"
76-
otp: '25.3.2.6'
76+
otp: '26.2.5.2'
7777
- preset: pgsql_mnesia
7878
test-spec: "default.spec"
79-
otp: '25.3.2.6'
79+
otp: '26.2.5.2'
8080
runs-on: ubuntu-22.04
8181
steps:
8282
- uses: actions/checkout@v3
@@ -101,11 +101,11 @@ jobs:
101101
fail-fast: false
102102
matrix:
103103
preset: [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
104-
otp: [ '26.1.2' ]
104+
otp: [ '27.0.1' ]
105105
test-spec: ["dynamic_domains.spec"]
106106
include:
107107
- preset: pgsql_mnesia
108-
otp: '25.3.2.6'
108+
otp: '26.2.5.2'
109109
test-spec: "dynamic_domains.spec"
110110
runs-on: ubuntu-22.04
111111
steps:
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
otp: [ '25.2' ]
143+
otp: [ '26.2.5.2' ]
144144
runs-on: ubuntu-22.04
145145
steps:
146146
- uses: actions/checkout@v3
@@ -156,7 +156,7 @@ jobs:
156156
strategy:
157157
fail-fast: false
158158
matrix:
159-
otp: [ '25.2' ]
159+
otp: [ '26.2.5.2' ]
160160
runs-on: ubuntu-22.04
161161
steps:
162162
- uses: actions/checkout@v3
@@ -172,7 +172,7 @@ jobs:
172172
strategy:
173173
fail-fast: false
174174
matrix:
175-
otp: [ '25.2' ]
175+
otp: [ '26.2.5.2' ]
176176
runs-on: ubuntu-22.04
177177
steps:
178178
- uses: actions/checkout@v3
@@ -191,7 +191,7 @@ jobs:
191191
pkg: [ubuntu_xenial]
192192
runs-on: ubuntu-22.04
193193
env:
194-
ESL_ERLANG_PKG_VER: "25.0.3"
194+
ESL_ERLANG_PKG_VER: "25.3.2"
195195
pkg_PLATFORM: ${{matrix.pkg}}
196196
steps:
197197
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)