Skip to content

Commit 9d4be57

Browse files
committed
[#646] Test latest ORM 5.5 snapshots
1 parent 15c578b commit 9d4be57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
example: [ 'session-example', 'native-sql-example' ]
25-
orm-version: ['[5.4,5.5)']
25+
orm-version: [ '[5.4,5.5)','[5.5,5.6)' ]
2626
db: ['MySQL', 'PostgreSQL']
2727
exclude:
2828
# 'native-sql-example' doesn't run on MySQL because it has native queries
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
strategy:
7979
matrix:
80-
orm-version: ['[5.4,5.5)']
80+
orm-version: [ '[5.4,5.5)','[5.5,5.6)' ]
8181
db: ['MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB']
8282
steps:
8383
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)