Skip to content

Commit

Permalink
Merge pull request #672 from hazendaz/master
Browse files Browse the repository at this point in the history
[GHA] Drop java 11 from build matrix as some plugins moving on
  • Loading branch information
hazendaz authored May 28, 2024
2 parents aa87c75 + 959a456 commit 7f5b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [11, 17, 21, 22, 23-ea]
java: [17, 21, 22, 23-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit 7f5b6b7

Please sign in to comment.