Skip to content

Commit

Permalink
(doc) drop Temurin from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 1, 2024
1 parent f237a81 commit 95fe4f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
jdk-matrix: '["8", "11", "17", "20"]'
jdk-distribution-matrix: '["temurin", "zulu"]'
jdk-distribution-matrix: '["zulu"]'
ff-jdk: "17"
ff-maven: "3.9.5" # Maven version for fail-fast-build
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8" ]' # Maven versions matrix for verify builds

0 comments on commit 95fe4f5

Please sign in to comment.