Skip to content

Commit 1c13b2d

Browse files
committed
Fix CI trigger scripts
1 parent c17a4cb commit 1c13b2d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ jobs:
4848
profile: 'MySQL-5.7'
4949
- os: ubuntu-latest
5050
jdk: 17
51-
profile: 'MySQL-5.7'
51+
profile: 'MariaDB-10.4'
5252
- os: ubuntu-latest
5353
jdk: 17
5454
profile: 'MSSQL-2019-latest'
55+
- os: ubuntu-latest
56+
jdk: 17
57+
profile: 'Oracle-21'
5558
uses: ./.github/workflows/ci.yml
5659
with:
5760
branch: 4.x

.github/workflows/ci-5.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
profile: 'MySQL-5.7'
5555
- os: ubuntu-latest
5656
jdk: 17
57-
profile: 'MySQL-5.7'
57+
profile: 'MariaDB-10.4'
5858
- os: ubuntu-latest
5959
jdk: 17
6060
profile: 'MSSQL-2019-latest'

0 commit comments

Comments
 (0)