Skip to content

Commit

Permalink
[GHA] Just run this project on java 21 as there is no actual source
Browse files Browse the repository at this point in the history
no reason to run multiple java versions when this is just a osgi bundle of resources.
  • Loading branch information
hazendaz committed Dec 26, 2024
1 parent e787c5d commit a2f5975
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: [17, 21, 22, 23-ea]
java: [21]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit a2f5975

Please sign in to comment.