Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b4f29a

Browse files
committedJun 14, 2022
[hibernate#929] Add H2 to the GitHub workflows
1 parent 58ff69e commit 7b4f29a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
strategy:
100100
matrix:
101-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
101+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle', 'H2' ]
102102
steps:
103103
- uses: actions/checkout@v2
104104
- name: Get year/month for cache key

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
matrix:
9191
orm-version: [ '[5.6,5.7)' ]
92-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
92+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle', 'H2' ]
9393
steps:
9494
- uses: actions/checkout@v2
9595
- name: Set up JDK 11
@@ -100,4 +100,3 @@ jobs:
100100
run: ./gradlew :hibernate-reactive-core:dependencyInsight --dependency org.hibernate:hibernate-core -PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableJBossSnapshotsRep
101101
- name: Build and Test with ${{ matrix.db }}
102102
run: ./gradlew build -Pdb=${{ matrix.db }} -Pdocker -PhibernateOrmVersion='${{ matrix.orm-version }}' -PskipOrmVersionParsing -PenableJBossSnapshotsRep -PshowStandardOutput
103-

‎.github/workflows/tracking-vertx-4.build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix:
8989
vertx-version: [ '[4.2,4.4)' ]
90-
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle' ]
90+
db: [ 'MariaDB', 'MySQL', 'PostgreSQL', 'DB2', 'CockroachDB', 'MSSQLServer', 'Oracle', 'H2' ]
9191
steps:
9292
- uses: actions/checkout@v2
9393
- name: Set up JDK 11

0 commit comments

Comments
 (0)
Please sign in to comment.