We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0169309 commit e513019Copy full SHA for e513019
.github/workflows/phpunit-tests-run.yml
@@ -31,13 +31,20 @@ jobs:
31
- name: Checkout repository
32
uses: actions/checkout@v4
33
34
+ - name: Debug: List files before PHP setup
35
+ run: ls -laR
36
+
37
- name: Set up PHP
38
uses: shivammathur/setup-php@v2
39
with:
40
php-version: '${{ inputs.php }}'
41
tools: phpunit-polyfills, composer
42
extensions: zip
43
44
+ - name: Debug: List files after PHP Setup
45
46
47
48
- name: Install Composer dependencies
49
run: composer install --optimize-autoloader
50
# uses: ramsey/composer-install@v3
0 commit comments