Skip to content

Commit

Permalink
upgrade to java21 for github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeter-bp committed Oct 9, 2023
1 parent 6f05897 commit 8f20b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ macos-12, ubuntu-22.04, windows-2022 ]
java: [ '17' ]
java: [ '21' ]
fail-fast: false
name: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8f20b94

Please sign in to comment.