Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set up JDK 9
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '9'
java-version: '11'
distribution: 'adopt'

- name: Validate Gradle wrapper
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [Issue #399](https://github.com/manheim/terraform-pipeline/issues/399) Add pull request templates, with checkboxes for necessary tasks
- [Issue #309](https://github.com/manheim/terraform-pipeline/issues/309) Add the ability to specify terraform-pipeline starting execution workspace directory
- [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.
- [Issue #409](https://github.com/manheim/terraform-pipeline/issues/409) Update Github Action CI build to run on Java 11

# v5.17

Expand Down