Skip to content

Commit f612a72

Browse files
committed
Merge branch 'PHP-8.3'
2 parents 7deb84b + 300ad65 commit f612a72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/nightly_matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
const BRANCHES = ['master', 'PHP-8.2', 'PHP-8.1', 'PHP-8.0'];
3+
const BRANCHES = ['master', 'PHP-8.3', '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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- PHP-8.0
1515
- PHP-8.1
1616
- PHP-8.2
17+
- PHP-8.3
1718
- master
1819
pull_request:
1920
paths-ignore:

0 commit comments

Comments
 (0)