Skip to content

Commit

Permalink
fix build pipeline (#17)
Browse files Browse the repository at this point in the history
* fix build pipeline

Signed-off-by: Jorge Aguilera <[email protected]>
  • Loading branch information
jagedn authored Feb 23, 2024
1 parent 340b0dd commit 4370f7b
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: [8, 11]
java_version: [19]

steps:
- name: Environment
Expand Down

0 comments on commit 4370f7b

Please sign in to comment.