Skip to content

Commit 3f2a5ff

Browse files
committed
Switch to Java 11 and Postgres 13
1 parent b780a4f commit 3f2a5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:9.6.10
18+
image: postgres:13
1919
env:
2020
POSTGRES_PASSWORD: postgres
2121
# Set health checks to wait until postgres has started
@@ -29,10 +29,10 @@ jobs:
2929

3030
steps:
3131
- uses: actions/checkout@v2
32-
- name: Set up JDK 1.8
32+
- name: Set up JDK 11
3333
uses: actions/setup-java@v1
3434
with:
35-
java-version: 1.8
35+
java-version: 11
3636
- name: Cache local Maven repository
3737
uses: actions/cache@v2
3838
with:

0 commit comments

Comments
 (0)