Skip to content

Commit

Permalink
attempt to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking authored and gbadner committed Aug 31, 2021
1 parent 0636a7e commit ee87282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tracking-orm-5.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
example: [ 'session-example', 'native-sql-example' ]
orm-version: [ '[5.4,5.5)','[5.5,5.6)' ]
orm-version: [ '5.6.0.Beta1' ]
db: ['MySQL', 'PostgreSQL']
exclude:
# 'native-sql-example' doesn't run on MySQL because it has native queries
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
orm-version: [ '[5.4,5.5)','[5.5,5.6)' ]
orm-version: [ '5.6.0.Beta1' ]
db: ['MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee87282

Please sign in to comment.