diff --git a/.github/workflows/tracking-orm-5.build.yml b/.github/workflows/tracking-orm-5.build.yml index 7cfe2fca38..eefa34f538 100644 --- a/.github/workflows/tracking-orm-5.build.yml +++ b/.github/workflows/tracking-orm-5.build.yml @@ -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 @@ -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