Skip to content

Commit

Permalink
[hibernate#1930] Upgrade CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jun 11, 2024
1 parent 6d8aaad commit a7dc29e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Hibernate Reactive CI
on:
push:
branches:
- main
- wip/2.4
tags:
- '2.*'
- '2.4.*'
pull_request:
branches: main
branches: wip/2.4

# See https://github.com/hibernate/hibernate-orm/pull/4615 for a description of the behavior we're getting.
concurrency:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tracking-orm-6.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
# but only for the main branch
push:
branches:
- main
- wip/2.4
pull_request:
branches:
- main
- wip/2.4
schedule:
# * is a special character in YAML, so you have to quote this string
# Run every hour at minute 25
Expand All @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
example: [ 'session-example', 'native-sql-example' ]
orm-version: [ '[6.5,6.6)' ]
orm-version: [ '[6.6,6.7)' ]
db: ['MySQL', 'PostgreSQL']
exclude:
# 'native-sql-example' doesn't run on MySQL because it has native queries
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
orm-version: [ '[6.5,6.6)' ]
orm-version: [ '[6.6,6.7)' ]
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a7dc29e

Please sign in to comment.