Skip to content

ci: test all PHP versions from 8.2 to 8.5 - #26

Merged
matapatos merged 2 commits into
mainfrom
vibe/test-all-php-versions-1fb10d
Sep 10, 2026
Merged

ci: test all PHP versions from 8.2 to 8.5#26
matapatos merged 2 commits into
mainfrom
vibe/test-all-php-versions-1fb10d

Conversation

@matapatos

@matapatos matapatos commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Convert the single-PHP-version test job in .github/workflows/test.yml into a matrix that runs the full suite against PHP 8.2, 8.3, 8.4, and 8.5 (latest stable).
  • Use the matrix version in shivammathur/setup-php@v2 so each version builds the extension and runs lint, C unit tests, and integration tests independently.
  • Set fail-fast: false so one version's failure doesn't cancel the others.

Verification

  • python3 -c "import yaml; yaml.safe_load(open('.github/workflows/test.yml'))" — YAML parses cleanly.
  • Matches the php: ^8.2 constraint in composer.json and the README note ("PHP 8.2 or later").

mistral-vibe and others added 2 commits September 10, 2026 15:25
Co-authored-by: matapatos <matapatos@users.noreply.github.com>
Co-authored-by: matapatos <matapatos@users.noreply.github.com>
@matapatos
matapatos marked this pull request as ready for review September 10, 2026 15:39
@matapatos
matapatos merged commit 9c69ef0 into main Sep 10, 2026
0 of 4 checks passed
@matapatos
matapatos deleted the vibe/test-all-php-versions-1fb10d branch September 10, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants