1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

This commit is contained in:
Jakub Zelenka
2023-08-29 18:27:18 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
const BRANCHES = ['master', 'PHP-8.2', 'PHP-8.1', 'PHP-8.0'];
const BRANCHES = ['master', 'PHP-8.3', '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

@@ -14,6 +14,7 @@ on:
- PHP-8.0
- PHP-8.1
- PHP-8.2
- PHP-8.3
- master
pull_request:
paths-ignore: