Skip to content

Commit d6d020b

Browse files
authored
Merge pull request #410 from bondezbond/fix/ci_build
use java11
2 parents a14c20d + f2eaec7 commit d6d020b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1717
- uses: actions/checkout@v2
1818

19-
- name: Set up JDK 9
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '9'
22+
java-version: '11'
2323
distribution: 'adopt'
2424

2525
- name: Validate Gradle wrapper

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [Issue #399](https://github.com/manheim/terraform-pipeline/issues/399) Add pull request templates, with checkboxes for necessary tasks
55
- [Issue #309](https://github.com/manheim/terraform-pipeline/issues/309) Add the ability to specify terraform-pipeline starting execution workspace directory
66
- [Issue #283](https://github.com/manheim/terraform-pipeline/issues/283) Remove CrqPlugin, as it relies on a Manheim internal tool that is deprecated. Users of CrqPlugin will find a replacement in the Manheim internal ``terraform-pipeline-cai-plugins`` project.
7+
- [Issue #409](https://github.com/manheim/terraform-pipeline/issues/409) Update Github Action CI build to run on Java 11
78

89
# v5.17
910

0 commit comments

Comments
 (0)