Skip to content

Commit

Permalink
use only java 19 as current gradle doesnt support 21 yet
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Aguilera <[email protected]>
  • Loading branch information
jagedn committed Feb 22, 2024
1 parent 370370d commit a147ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [19, 21]
java_version: [19]

steps:
- name: Environment
Expand Down

0 comments on commit a147ac4

Please sign in to comment.