Skip to content

Commit

Permalink
Merge pull request #296 from Aiven-Open/gharris1727-patch-1
Browse files Browse the repository at this point in the history
Upgrade CI to Java 17
  • Loading branch information
tvainika authored Apr 2, 2024
2 parents c1428cd + 17d7694 commit 579eb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Build with Gradle
run: ./gradlew build integrationTest

0 comments on commit 579eb80

Please sign in to comment.