Skip to content

Commit 4701ec0

Browse files
committed
Fix CI: downgrade doctrine/instantiator for PHP 8.3 and use phpunit directly
- Downgrade doctrine/instantiator from 2.1.0 to 2.0.0 in lock file (2.1.0 requires PHP 8.4, but Docker image uses PHP 8.3) - Run phpunit directly in CI instead of composer test since the final Docker image doesn't include composer https://claude.ai/code/session_01UCN4sKD3Zkdbimn3QgTHSB
1 parent 3e65b9c commit 4701ec0

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
docker compose up -d --wait
1717
1818
- name: Run Tests
19-
run: docker compose exec usage composer test
19+
run: docker compose exec usage php vendor/bin/phpunit

composer.lock

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)