Skip to content

Commit b741fc9

Browse files
committed
Track latest available ORM 5.6.x
1 parent 018fea6 commit b741fc9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

35
on:
@@ -22,7 +24,7 @@ jobs:
2224
strategy:
2325
matrix:
2426
example: [ 'session-example', 'native-sql-example' ]
25-
orm-version: [ '5.6.0.Beta1' ]
27+
orm-version: [ '[5.6,5.7)' ]
2628
db: ['MySQL', 'PostgreSQL']
2729
exclude:
2830
# 'native-sql-example' doesn't run on MySQL because it has native queries
@@ -77,7 +79,7 @@ jobs:
7779
runs-on: ubuntu-latest
7880
strategy:
7981
matrix:
80-
orm-version: [ '5.6.0.Beta1' ]
82+
orm-version: [ '[5.6,5.7)' ]
8183
db: ['MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer']
8284
steps:
8385
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)