mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Extend workflow matrix and nighly with PHP-8.3
This commit is contained in:
2
.github/nightly_matrix.php
vendored
2
.github/nightly_matrix.php
vendored
@@ -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';
|
||||
|
||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@@ -14,6 +14,7 @@ on:
|
||||
- PHP-8.0
|
||||
- PHP-8.1
|
||||
- PHP-8.2
|
||||
- PHP-8.3
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
|
||||
Reference in New Issue
Block a user