Skip to content

Commit d62282f

Browse files
committed
[hibernate#1930] Upgrade CI build
1 parent ef90872 commit d62282f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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: wip/2.4
1111

1212
# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
1313
concurrency:
@@ -50,7 +50,7 @@ jobs:
5050
- 3306:3306
5151
postgres:
5252
# Docker Hub image
53-
image: postgres:15.2
53+
image: postgres:16.3
5454
env:
5555
POSTGRES_DB: hreact
5656
POSTGRES_USER: hreact

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

+4-4
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)