Skip to content

Commit 8330a0f

Browse files
committed
Add PHP-8.2 branch to build processes
1 parent c77bbf6 commit 8330a0f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/nightly_matrix.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
const BRANCHES = ['master', 'PHP-8.1', 'PHP-8.0'];
3+
const BRANCHES = ['master', 'PHP-8.2', 'PHP-8.1', 'PHP-8.0'];
44

55
function get_branch_commit_cache_file_path(): string {
66
return dirname(__DIR__) . '/branch-commit-cache.json';

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- PHP-7.4
1414
- PHP-8.0
1515
- PHP-8.1
16+
- PHP-8.2
1617
- master
1718
pull_request:
1819
branches:

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
- PHP-7.4
66
- PHP-8.0
77
- PHP-8.1
8+
- PHP-8.2
89
- master
910
paths:
1011
exclude:
@@ -24,6 +25,7 @@ schedules:
2425
- PHP-7.4
2526
- PHP-8.0
2627
- PHP-8.1
28+
- PHP-8.2
2729
- master
2830

2931
jobs:

0 commit comments

Comments
 (0)