Skip to content

Commit

Permalink
Use java 21 in verify extensions to work with superhero project
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarvaja authored and Sgitario committed Oct 28, 2024
1 parent 274cde3 commit cceaa73
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 @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 17 ]
java-version: [ 21 ]
jbang-version: [0.106.1]
needs: build
steps:
Expand Down

0 comments on commit cceaa73

Please sign in to comment.