File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,37 +14,37 @@ jobs:
14
14
matrix :
15
15
include :
16
16
- os : ubuntu-latest
17
- jdk : 8
17
+ jdk : 11
18
18
profile : ' PostgreSQL-9'
19
19
- os : ubuntu-latest
20
- jdk : 8
20
+ jdk : 11
21
21
profile : ' PostgreSQL-10'
22
22
- os : ubuntu-latest
23
- jdk : 8
23
+ jdk : 11
24
24
profile : ' PostgreSQL-11'
25
25
- os : ubuntu-latest
26
- jdk : 8
26
+ jdk : 11
27
27
profile : ' MySQL-8.0'
28
28
- os : ubuntu-latest
29
- jdk : 8
29
+ jdk : 11
30
30
profile : ' MySQL-5.6'
31
31
- os : ubuntu-latest
32
- jdk : 8
32
+ jdk : 11
33
33
profile : ' MySQL-5.7'
34
34
- os : ubuntu-latest
35
- jdk : 8
35
+ jdk : 11
36
36
profile : ' MariaDB-10.4'
37
37
- os : ubuntu-latest
38
- jdk : 8
38
+ jdk : 11
39
39
profile : ' MSSQL-2017-latest'
40
40
- os : ubuntu-latest
41
- jdk : 8
41
+ jdk : 11
42
42
profile : ' MSSQL-2019-latest'
43
43
- os : ubuntu-latest
44
- jdk : 8
44
+ jdk : 11
45
45
profile : ' DB2-11.5'
46
46
- os : ubuntu-latest
47
- jdk : 8
47
+ jdk : 11
48
48
profile : ' SQL-templates'
49
49
- os : ubuntu-latest
50
50
jdk : 17
76
76
uses : ./.github/workflows/deploy.yml
77
77
with :
78
78
branch : ${{ github.event.pull_request.head.sha || github.ref_name }}
79
- jdk : 8
79
+ jdk : 11
80
80
secrets : inherit
You can’t perform that action at this time.
0 commit comments