Skip to content

Commit

Permalink
Updated CI jobs to 8.5 and 8.6 + main
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 27, 2023
1 parent 6599c5d commit 4142586
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- job:
name: elastic+enterprise-search-php+8.3
display-name: 'elastic / enterprise-search-php # 8.3'
description: Testing the enterprise-search-php 8.3 branch.
name: elastic+enterprise-search-php+8.5
display-name: 'elastic / enterprise-search-php # 8.5'
description: Testing the enterprise-search-php 8.5 branch.
parameters:
- string:
name: branch_specifier
default: refs/heads/8.3
default: refs/heads/8.5
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- job:
name: elastic+enterprise-search-php+8.4
display-name: 'elastic / enterprise-search-php # 8.4'
description: Testing the enterprise-search-php 8.4 branch.
name: elastic+enterprise-search-php+8.6
display-name: 'elastic / enterprise-search-php # 8.6'
description: Testing the enterprise-search-php 8.6 branch.
parameters:
- string:
name: branch_specifier
default: refs/heads/8.4
default: refs/heads/8.6
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
Expand Down

0 comments on commit 4142586

Please sign in to comment.