diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 15452b6..48b9306 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -32,7 +32,7 @@ jobs: env: CI_COMMIT_CHANGELOG_MESSAGE: Update Changelog CI_COMMIT_CHANGELOG_AUTHOR: ${{ github.event.repository.name }} Changelog Generator - JAVA_VERSION: 11 + JAVA_VERSION: 17 steps: - name: (GIT) Checkout code uses: actions/checkout@v4