Skip to content

Commit

Permalink
Update target branches for github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Feb 4, 2025
1 parent e458db3 commit 709289b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java-17-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Java 17 baseline build

on:
push:
branches: [ 2.0.x, main ]
branches: [ 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
pull_request:
branches: [ 2.0.x, 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 changes: 1 addition & 1 deletion .github/workflows/java-8-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 709289b

Please sign in to comment.