Skip to content

Commit

Permalink
Merge pull request #4425 from esl/gh-actions-ubuntu-pkg
Browse files Browse the repository at this point in the history
Fix building packages on GitHub actions
  • Loading branch information
jacekwegr authored Dec 10, 2024
2 parents 03bc6f1 + e6dbd9b commit 043d74b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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: [ '26.2.5.2', '27.0.1' ]
otp: [ '26.2.5.2', '27.1.2' ]
runs-on: ubuntu-22.04
env:
PRESET: 'small_tests'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
preset: [internal_mnesia, pgsql_mnesia, mysql_redis, odbc_mssql_mnesia,
ldap_mnesia, elasticsearch_and_cassandra_mnesia]
otp: [ '27.0.1' ]
otp: [ '27.1.2' ]
include:
- test-spec: "default.spec"
- preset: elasticsearch_and_cassandra_mnesia
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
fail-fast: false
matrix:
preset: [pgsql_mnesia, mysql_redis, odbc_mssql_mnesia]
otp: [ '27.0.1' ]
otp: [ '27.1.2' ]
test-spec: ["dynamic_domains.spec"]
include:
- preset: pgsql_mnesia
Expand Down Expand Up @@ -188,11 +188,14 @@ jobs:
strategy:
fail-fast: false
matrix:
pkg: [ubuntu_xenial]
pkg: [ubuntu-jammy]
runs-on: ubuntu-22.04
env:
ESL_ERLANG_PKG_VER: "25.3.2"
pkg_OTP_VERSION: "27.1.2"
pkg_PLATFORM: ${{matrix.pkg}}
GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASS: ${{ secrets.GPG_PASS }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 043d74b

Please sign in to comment.