Skip to content

Commit

Permalink
Merge pull request #4365 from esl/update-gh-actions-versions
Browse files Browse the repository at this point in the history
Update OTP versions for GH Actions
  • Loading branch information
chrzaszcz authored Aug 27, 2024
2 parents 47731ed + a051308 commit a82aa72
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
## the full list of supported (prebuilt) OTP versions for ubuntu-22.04 runners
## can be found here:
## https://builds.hex.pm/builds/otp/ubuntu-22.04/builds.txt
otp: [ '25.3.2.9', '26.2.2' ]
otp: [ '26.2.5.2', '27.0.1' ]
runs-on: ubuntu-22.04
env:
PRESET: 'small_tests'
Expand Down Expand Up @@ -66,17 +66,17 @@ jobs:
matrix:
preset: [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
otp: [ '26.1.2' ]
otp: [ '27.0.1' ]
include:
- test-spec: "default.spec"
- preset: elasticsearch_and_cassandra_mnesia
test-spec: "mam.spec"
- preset: ldap_mnesia
test-spec: "default.spec"
otp: '25.3.2.6'
otp: '26.2.5.2'
- preset: pgsql_mnesia
test-spec: "default.spec"
otp: '25.3.2.6'
otp: '26.2.5.2'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -101,11 +101,11 @@ jobs:
fail-fast: false
matrix:
preset: [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
otp: [ '26.1.2' ]
otp: [ '27.0.1' ]
test-spec: ["dynamic_domains.spec"]
include:
- preset: pgsql_mnesia
otp: '25.3.2.6'
otp: '26.2.5.2'
test-spec: "dynamic_domains.spec"
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [ '25.2' ]
otp: [ '26.2.5.2' ]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -156,7 +156,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [ '25.2' ]
otp: [ '26.2.5.2' ]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -172,7 +172,7 @@ jobs:
strategy:
fail-fast: false
matrix:
otp: [ '25.2' ]
otp: [ '26.2.5.2' ]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -191,7 +191,7 @@ jobs:
pkg: [ubuntu_xenial]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.0.3"
ESL_ERLANG_PKG_VER: "25.3.2"
pkg_PLATFORM: ${{matrix.pkg}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a82aa72

Please sign in to comment.