diff --git a/.ci/jobs/elastic+elasticsearch-php+8.2.yml b/.ci/jobs/elastic+elasticsearch-php+8.2.yml new file mode 100644 index 000000000..75ba7e8bb --- /dev/null +++ b/.ci/jobs/elastic+elasticsearch-php+8.2.yml @@ -0,0 +1,14 @@ +--- +- job: + name: elastic+elasticsearch-php+8.2 + display-name: 'elastic / elasticsearch-php # 8.2' + description: Testing the elasticsearch-php 8.2 branch. + parameters: + - string: + name: branch_specifier + default: refs/heads/8.2 + description: the Git branch specifier to build (<branchName>, <tagName>, + <commitId>, etc.) + triggers: + - github + - timed: 'H */12 * * *'