Skip to content

Commit

Permalink
Revert "github: Use Java 11"
Browse files Browse the repository at this point in the history
This reverts commit 374224f.
  • Loading branch information
kohlschuetter committed Oct 12, 2023
1 parent 4afa34f commit be733db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: 'maven'

- name: runs exhaustive tests
Expand Down

0 comments on commit be733db

Please sign in to comment.