Skip to content

Commit

Permalink
Try specific combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 8, 2023
1 parent b7dc10f commit 2fa1d79
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,40 @@ jobs:

strategy:
matrix:
otp_version: ['24.x', '25.x', '26.x']
os: [ubuntu-22.04]
rebar3_version: ["3.22.1"]
mysql: ["mariadb-11.1", "mariadb-10.11", "mariadb-10.6", "mysql-8.1", "mysql-5.7"]
pg: ["16rc1", "15", "14", "11"]
include:
- os: ubuntu-20.04
mysql: "mariadb-10.6"
- os: ubuntu-22.04
mysql: "mariadb-11.1"
pg: "16rc1"
otp_version: '26.x'
rebar3_version: "3.22.1"
- os: ubuntu-22.04
mysql: "mariadb-10.11"
pg: "15"
otp_version: '26.x'
rebar3_version: "3.22.1"
- os: ubuntu-22.04
mysql: "mariadb-10.2"
pg: "14"
otp_version: '25.x'
rebar3_version: "3.22.1"
- os: ubuntu-22.04
mysql: "mysql-8.1"
pg: "13"
otp_version: '25.x'
rebar3_version: "3.22.1"
- os: ubuntu-22.04
mysql: "mysql-8.0"
pg: "12"
otp_version: '24.x'
rebar3_version: "3.22.1"
- os: ubuntu-22.04
mysql: "mysql-5.7"
pg: "11"
otp_version: '24.x'
rebar3_version: "3.22.1"
- os: ubuntu-20.04
mysql: "mysql-5.6"
pg: "14.9"
otp_version: '23.x'
rebar3_version: "3.19.0"

Expand Down

0 comments on commit 2fa1d79

Please sign in to comment.