Skip to content

Commit 79f5c83

Browse files
committed
Upgrade GitHub action to track ORM 6.6
1 parent b09e201 commit 79f5c83

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: Hibernate Reactive CI
33
on:
44
push:
55
branches:
6-
- main
6+
- wip/2.4
77
tags:
8-
- '2.*'
8+
- '2.4.*'
99
pull_request:
10-
branches: main
10+
branches:
11+
- wip/2.4
1112

1213
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
1314
concurrency:

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
# but only for the main branch
88
push:
99
branches:
10-
- main
10+
- wip/2.4
1111
pull_request:
1212
branches:
13-
- main
13+
- wip/2.4
1414
schedule:
1515
# * is a special character in YAML, so you have to quote this string
1616
# Run every hour at minute 25
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
example: [ 'session-example', 'native-sql-example' ]
38-
orm-version: [ '[6.5,6.6)' ]
38+
orm-version: [ '[6.6,6.7)' ]
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.5,6.6)' ]
93+
orm-version: [ '[6.6,6.7)' ]
9494
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
9595
steps:
9696
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)