Skip to content

Commit 69cb088

Browse files
committed
[#1847] Test ORM snapshots using the latest 6.4
1 parent 0d320bb commit 69cb088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Run the build using the latest ORM 5.x snapshots
22
# so that we can spot integration issues early
3-
name: Latest ORM 6.x
3+
name: Latest ORM 6.4
44

55
on:
66
# Trigger the workflow on push or pull request,
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
example: [ 'session-example', 'native-sql-example' ]
36-
orm-version: [ '[6.2,6.3)' ]
36+
orm-version: [ '[6.2,6.4)' ]
3737
db: ['MySQL', 'PostgreSQL']
3838
exclude:
3939
# 'native-sql-example' doesn't run on MySQL because it has native queries
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
strategy:
9090
matrix:
91-
orm-version: [ '[6.2,6.3)' ]
91+
orm-version: [ '[6.2,6.4)' ]
9292
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
9393
steps:
9494
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)