Skip to content

Commit

Permalink
[#1847] Test ORM snapshots using the latest 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Feb 2, 2024
1 parent 0d320bb commit 88a253e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tracking-orm-6.build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run the build using the latest ORM 5.x snapshots
# so that we can spot integration issues early
name: Latest ORM 6.x
name: Latest ORM 6.4

on:
# Trigger the workflow on push or pull request,
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
example: [ 'session-example', 'native-sql-example' ]
orm-version: [ '[6.2,6.3)' ]
orm-version: [ '[6.2,6.5)' ]
db: ['MySQL', 'PostgreSQL']
exclude:
# 'native-sql-example' doesn't run on MySQL because it has native queries
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
orm-version: [ '[6.2,6.3)' ]
orm-version: [ '[6.2,6.5)' ]
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 88a253e

Please sign in to comment.