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:
1414 matrix :
1515 include :
1616 - os : ubuntu-latest
17- jdk : 8
17+ jdk : 11
1818 profile : ' PostgreSQL-9'
1919 - os : ubuntu-latest
20- jdk : 8
20+ jdk : 11
2121 profile : ' PostgreSQL-10'
2222 - os : ubuntu-latest
23- jdk : 8
23+ jdk : 11
2424 profile : ' PostgreSQL-11'
2525 - os : ubuntu-latest
26- jdk : 8
26+ jdk : 11
2727 profile : ' MySQL-8.0'
2828 - os : ubuntu-latest
29- jdk : 8
29+ jdk : 11
3030 profile : ' MySQL-5.6'
3131 - os : ubuntu-latest
32- jdk : 8
32+ jdk : 11
3333 profile : ' MySQL-5.7'
3434 - os : ubuntu-latest
35- jdk : 8
35+ jdk : 11
3636 profile : ' MariaDB-10.4'
3737 - os : ubuntu-latest
38- jdk : 8
38+ jdk : 11
3939 profile : ' MSSQL-2017-latest'
4040 - os : ubuntu-latest
41- jdk : 8
41+ jdk : 11
4242 profile : ' MSSQL-2019-latest'
4343 - os : ubuntu-latest
44- jdk : 8
44+ jdk : 11
4545 profile : ' DB2-11.5'
4646 - os : ubuntu-latest
47- jdk : 8
47+ jdk : 11
4848 profile : ' SQL-templates'
4949 - os : ubuntu-latest
5050 jdk : 17
7676 uses : ./.github/workflows/deploy.yml
7777 with :
7878 branch : ${{ github.event.pull_request.head.sha || github.ref_name }}
79- jdk : 8
79+ jdk : 11
8080 secrets : inherit
You can’t perform that action at this time.
0 commit comments