We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b780a4f commit 3f2a5ffCopy full SHA for 3f2a5ff
1 file changed
.github/workflows/workflow.yml
@@ -15,7 +15,7 @@ jobs:
15
16
services:
17
postgres:
18
- image: postgres:9.6.10
+ image: postgres:13
19
env:
20
POSTGRES_PASSWORD: postgres
21
# Set health checks to wait until postgres has started
@@ -29,10 +29,10 @@ jobs:
29
30
steps:
31
- uses: actions/checkout@v2
32
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
33
uses: actions/setup-java@v1
34
with:
35
- java-version: 1.8
+ java-version: 11
36
- name: Cache local Maven repository
37
uses: actions/cache@v2
38
0 commit comments