Skip to content

Commit

Permalink
more combos
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 8, 2023
1 parent 777308d commit b7dc10f
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,16 @@ jobs:
strategy:
matrix:
otp_version: ['24.x', '25.x', '26.x']
os: [ubuntu-20.04]
rebar3_version: [3.22.1]
mysql: [mariadb-11.1]
pg: [16rc1]
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:
- mysql: mysql-5.7
pg: 11
- mysql: mysql-8.1
pg: 12
- mysql: mariadb-10.1
pg: 13
- mysql: mariadb-10.6
pg: 14
- mysql: mariadb-10.11
pg: 15
- os: ubuntu-20.04
mysql: "mariadb-10.6"
pg: "14"
otp_version: '23.x'
rebar3_version: "3.19.0"

steps:
- name: Install OTP ${{matrix.otp_version}}
Expand Down

0 comments on commit b7dc10f

Please sign in to comment.