Skip to content

Commit a2c1ded

Browse files
committed
Fix incorrect CI profile
1 parent e0a0911 commit a2c1ded

1 file changed

Lines changed: 43 additions & 7 deletions

File tree

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

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,55 @@ jobs:
1515
include:
1616
- os: ubuntu-latest
1717
jdk: 8
18-
profile: ''
18+
profile: 'PostgreSQL-9'
1919
- os: ubuntu-latest
2020
jdk: 8
21-
profile: '-PtestNativeTransport'
21+
profile: 'PostgreSQL-10'
2222
- os: ubuntu-latest
2323
jdk: 8
24-
profile: '-PtestDomainSockets'
24+
profile: 'PostgreSQL-11'
25+
- os: ubuntu-latest
26+
jdk: 8
27+
profile: 'MySQL-8.0'
28+
- os: ubuntu-latest
29+
jdk: 8
30+
profile: 'MySQL-5.6'
31+
- os: ubuntu-latest
32+
jdk: 8
33+
profile: 'MySQL-5.7'
2534
- os: ubuntu-latest
26-
jdk: 17
27-
profile: ''
28-
- os: windows-latest
2935
jdk: 8
30-
profile: ''
36+
profile: 'MariaDB-10.4'
37+
- os: ubuntu-latest
38+
jdk: 8
39+
profile: 'MSSQL-2017-latest'
40+
- os: ubuntu-latest
41+
jdk: 8
42+
profile: 'MSSQL-2019-latest'
43+
- os: ubuntu-latest
44+
jdk: 8
45+
profile: 'DB2-11.5'
46+
- os: ubuntu-latest
47+
jdk: 8
48+
profile: 'Oracle-21'
49+
- os: ubuntu-latest
50+
jdk: 8
51+
profile: 'SQL-templates'
52+
- os: ubuntu-latest
53+
jdk: 17
54+
profile: 'PostgreSQL-11'
55+
- os: ubuntu-latest
56+
jdk: 17
57+
profile: 'MySQL-5.7'
58+
- os: ubuntu-latest
59+
jdk: 17
60+
profile: 'MySQL-5.7'
61+
- os: ubuntu-latest
62+
jdk: 17
63+
profile: 'MSSQL-2019-latest'
64+
- os: ubuntu-latest
65+
jdk: 17
66+
profile: 'Oracle-21'
3167
uses: ./.github/workflows/ci.yml
3268
with:
3369
branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)