Add PHP-8.2 branch to build processes

This commit is contained in:
Ben Ramsey 2022-08-30 11:42:59 -05:00
parent c77bbf6fe5
commit 8330a0f323
No known key found for this signature in database
GPG Key ID: F9C39DC0B9698544
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
const BRANCHES = ['master', 'PHP-8.1', 'PHP-8.0'];
const BRANCHES = ['master', 'PHP-8.2', 'PHP-8.1', 'PHP-8.0'];
function get_branch_commit_cache_file_path(): string {
return dirname(__DIR__) . '/branch-commit-cache.json';

View File

@ -13,6 +13,7 @@ on:
- PHP-7.4
- PHP-8.0
- PHP-8.1
- PHP-8.2
- master
pull_request:
branches:

View File

@ -5,6 +5,7 @@ trigger:
- PHP-7.4
- PHP-8.0
- PHP-8.1
- PHP-8.2
- master
paths:
exclude:
@ -24,6 +25,7 @@ schedules:
- PHP-7.4
- PHP-8.0
- PHP-8.1
- PHP-8.2
- master
jobs: