Skip to content

Commit 8b79b65

Browse files
committed
[hibernate#1930] Fix ORM version for building with snapshots
1 parent ff6ec0a commit 8b79b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tracking-orm-6.build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
example: [ 'session-example', 'native-sql-example' ]
38-
orm-version: [ '[6.2,6.5)' ]
38+
orm-version: [ '[6.5,6.6)' ]
3939
db: ['MySQL', 'PostgreSQL']
4040
exclude:
4141
# 'native-sql-example' doesn't run on MySQL because it has native queries
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
strategy:
9292
matrix:
93-
orm-version: [ '[6.2,6.5)' ]
93+
orm-version: [ '[6.5,6.6)' ]
9494
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
9595
steps:
9696
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)