Skip to content

Commit

Permalink
Revert "Test against JDK21"
Browse files Browse the repository at this point in the history
This reverts commit 67acf40.
  • Loading branch information
theigl committed Oct 16, 2023
1 parent 67acf40 commit fc955c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Expand Up @@ -47,8 +47,8 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
- name: Test with JDK 21
java-version: 20
- name: Test with JDK 20
run: mvn -v && mvn -B test

- name: Set up settings.xml for Sonatype
Expand Down

0 comments on commit fc955c0

Please sign in to comment.