Greg Bowler
Greg Bowler
Thank you for the issue report. I'll work on making this easier to set up and automating some of the steps.
There has been some research into making the library smaller. This is alpha, but you can use it yourself right now: Purely coincidentally, minifying the library with the new alpha...
Hi @cavemanlu , I'm happy to add this as a feature so it works in your workflow. Can you help me understand exactly what the contents of the file should...
Thank you for the error report. I'll look into this and replicate on https://github.com/php-actions/example-phpunit
@damienwebdev the reason the `chmod` is being used is so the container can execute `phpunit` after the phar download is moved to `/usr/local/bin/phpunit`. If we didn't add the executable bit,...
@paul-m, @alexpts, and others in this thread, please can you try using a test branch I've set up for this issue: ```yaml jobs: build-test: runs-on: ubuntu-latest steps: uses: php-actions/phpunit@chmod-permission ```...
Calling the attention of @alexpts @paul-m @UndeMa01 @georgique @damienwebdev Firstly, please accept my apologies for taking so long to get around to this. This year has been really busy with...
Sorry for taking a long time to respond, it's been really busy with work projects. I will build an example on https://github.com/php-actions/example-phpunit to test this and see what the best...
Hi, I'll look into this because it should automatically support all PHP versions that have been officially released on docker hub. Leave it with me and I'll make sure 8.3...
Hi, please see the example PHPUnit repository. I've added a workflow specifically targetting PHP 8.3: https://github.com/php-actions/example-phpunit/actions/runs/7971809939/job/21762271183 here's the test passing Here's the workflow file: https://github.com/php-actions/example-phpunit/blob/c3497b9146c506b7b695a07af467f80cb116ba6e/.github/workflows/ci-latest.yml#L20 ```yml name: CI-latest on: [push]...