Update target branches for github action workflows
This commit is contained in:
committed by
Roy Clarkson
parent
a5e1b3a609
commit
f341918fd7
6
.github/workflows/java-17-baseline.yml
vendored
6
.github/workflows/java-17-baseline.yml
vendored
@@ -2,15 +2,15 @@ name: Java 17 baseline build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '17' ]
|
||||
java: [ '17', '21' ]
|
||||
uses: ./.github/workflows/gradle-build.yml
|
||||
with:
|
||||
java-version: ${{ matrix.java }}
|
||||
|
||||
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