Skip to content

Commit e5a620a

Browse files
committed
Update target branches for github action workflows
1 parent 8c303a1 commit e5a620a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/java-17-baseline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Java 17 baseline build
22

33
on:
44
push:
5-
branches: [ 2.0.x, main ]
5+
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
66
pull_request:
7-
branches: [ 2.0.x, main ]
7+
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
88

99
jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
java: [ '17' ]
13+
java: [ '17', '21' ]
1414
uses: ./.github/workflows/gradle-build.yml
1515
with:
1616
java-version: ${{ matrix.java }}

.github/workflows/java-8-baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17' ]
13+
java: [ '8', '11', '17', '21' ]
1414
uses: ./.github/workflows/gradle-build.yml
1515
with:
1616
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)