Move to Ruby 2.7 for the default Docker version as well as the default target for alternative DB's. Fix the Ruby image version with three digits because the most recent versions seem to be somehow broken.

This commit is contained in:
Jyri-Petteri Paloposki 2020-12-11 18:39:30 +02:00
parent f9bae12c31
commit 0b2eec4f82
8 changed files with 17 additions and 17 deletions

View file

@ -22,17 +22,17 @@ jobs:
- uses: actions/checkout@v1
- run: bash -x script/cibuild 2.7 mysql
test26postgres:
test27postgres:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: bash -x script/cibuild 2.6 postgres
- run: bash -x script/cibuild 2.7 postgres
test26sqlite:
test27sqlite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: bash -x script/cibuild 2.6 sqlite
- run: bash -x script/cibuild 2.7 sqlite
# - run: bash -x script/cibuild 2.5 postgres
# - run: bash -x script/cibuild 2.7 postgres