Prep main for 9.1 (#4555)

* Prep for Release 9.1

* Update Patch Version

* Update Patch version

* Update Patch version
This commit is contained in:
shashank-elastic
2025-03-26 20:34:14 +05:30
committed by GitHub
parent 2d2c5b4d88
commit e8c54169a4
422 changed files with 11786 additions and 12086 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
description: 'List of branches to lock versions (ordered, comma separated)'
required: true
# 7.17 was intentionally skipped because it was added late and was bug fix only
default: '8.13,8.14,8.15,8.16,8.17,8.18'
default: '8.14,8.15,8.16,8.17,8.18,9.0'
jobs:
pr:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Unit Tests
on:
push:
branches: [ "main", "7.*", "8.*" ]
branches: [ "main", "7.*", "8.*", "9.*" ]
pull_request:
branches: [ "*" ]