Skip to content

Phpunit compatibility#1

Closed
jdecool wants to merge 3 commits into
1.xfrom
phpunit-compatibility
Closed

Phpunit compatibility#1
jdecool wants to merge 3 commits into
1.xfrom
phpunit-compatibility

Conversation

@jdecool

@jdecool jdecool commented May 31, 2026

Copy link
Copy Markdown
Owner

Change Log


Added

  • Add PHPUnit bridge compatibility with PHPUnit 11/12/13

Fixed

Changed

Removed

Deprecated

Security

@jdecool jdecool self-assigned this May 31, 2026
@jdecool jdecool force-pushed the phpunit-compatibility branch from 8a5a79d to 9b4c27b Compare May 31, 2026 09:46
jdecool and others added 2 commits May 31, 2026 11:54
The bridge-phpunit-postgresql-integration suite relies on the pg_query
PHP extension for transaction rollback. The workflow only installed the
pgsql extension, so every matrix job (PHPUnit 11/12/13) failed with
"pg_query extension is not loaded" and the dependent
SkipTransactionRollbackIntegrationTest assertions.

Install the extension via PIE plus its build dependencies, mirroring the
main job-tests.yml setup.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The codecov-report action downloaded the base-branch commit SHA artifact
with the default if_no_artifact_found: fail, hard-failing the 8.3 PR job
whenever the artifact was absent (e.g. on forks that never ran the push
workflow on the base branch). Treat a missing artifact as a warning and
skip the parent-commit comparison instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jdecool jdecool closed this May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant