Skip to content

Commit 7d8f7e3

Browse files
coheigeareta
andauthored
Remove old branches from the PR build (#3050)
* Remove old branches from the PR build * Update pull-request-build.yml * Update .github/workflows/pull-request-build.yml Co-authored-by: Andriy Redko <drreta@gmail.com> --------- Co-authored-by: Andriy Redko <drreta@gmail.com>
1 parent 459da92 commit 7d8f7e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Build and Test"
22

33
on:
44
pull_request:
5-
branches: ['main', '3.6.x-fixes', '3.5.x-fixes', '3.4.x-fixes']
5+
branches: ['main', '4.1.x-fixes', '3.6.x-fixes']
66

77
permissions:
88
contents: read
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
java: [17, 21]
16+
java: [17, 21, 25]
1717
permissions:
1818
contents: read
1919
pull-requests: read

0 commit comments

Comments
 (0)