Update target branches for github action workflows
This commit is contained in:
2
.github/workflows/java-8-baseline.yml
vendored
2
.github/workflows/java-8-baseline.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '11', '17' ]
|
||||
java: [ '8', '11', '17', '21' ]
|
||||
uses: ./.github/workflows/gradle-build.yml
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
|
||||
Reference in New Issue
Block a user