Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Aug 29, 2023
2 parents 7deb84b + 300ad65 commit f612a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/nightly_matrix.php
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- PHP-8.0
- PHP-8.1
- PHP-8.2
- PHP-8.3
- master
pull_request:
paths-ignore:
Expand Down

0 comments on commit f612a72

Please sign in to comment.