Skip to content

Commit ec19fc1

Browse files
committed
try empty default db-version
1 parent 79a71ac commit ec19fc1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
required: false
5050
type: number
5151
db-version:
52-
default: 8
52+
default: ''
5353
required: false
5454
type: number
5555

.github/workflows/test-maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
db-username: 'test'
3939
db-password: 'test'
4040
db-port: 54321
41-
db-version: 17
41+
# db-version: 17
4242
uses: ./.github/workflows/maven-verify.yml
4343
with:
4444
runner: ${{ matrix.runner }}
@@ -48,4 +48,4 @@ jobs:
4848
db-username: ${{ matrix.db-username || '' }}
4949
db-password: ${{ matrix.db-password || '' }}
5050
db-port: ${{ matrix.db-port || 0 }}
51-
db-version: ${{ matrix.db-version || 0 }}
51+
# db-version: ${{ matrix.db-version || 0 }}

0 commit comments

Comments
 (0)