1- name : run-tests
1+ name : Run Standard Tests
22
33on :
44 push :
2222
2323 name : PHP-${{ matrix.php }} - Laravel-10
2424 env :
25- extensionKey : phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
26- extensions : dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr
25+ extensionKey : phpextensions-${{ matrix.os }}-P${{ matrix.php }}
26+ extensions : dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr
2727
2828 steps :
2929 - name : Checkout code
4141 uses : actions/cache@v4
4242 with :
4343 path : ${{ steps.extcache.outputs.dir }}
44- key : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
45- restore-keys : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
44+ key : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
45+ restore-keys : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
4646
4747 - name : Setup PHP
4848 uses : shivammathur/setup-php@v2
6666 - uses : actions/cache@v4
6767 with :
6868 path : ${{ steps.composer-cache.outputs.dir }}
69- key : ${{ runner .os }}-STDPUSH -PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
70- restore-keys : ${{ runner .os }}-STDPUSH -PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
69+ key : ${{ matrix .os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
70+ restore-keys : ${{ matrix .os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
7171
7272 - name : Add token
7373 run : |
@@ -101,8 +101,8 @@ jobs:
101101
102102 name : PHP-${{ matrix.php }} - Laravel-11
103103 env :
104- extensionKey : phpextensions-${{ matrix.os }}-P${{ matrix.php }}-L${{ matrix.laravel }}
105- extensions : dom, curl, libxml, mbstring, zip, pcntl, pcov, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr
104+ extensionKey : phpextensions-${{ matrix.os }}-P${{ matrix.php }}
105+ extensions : dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo, :psr
106106
107107 steps :
108108 - name : Checkout code
@@ -120,8 +120,8 @@ jobs:
120120 uses : actions/cache@v4
121121 with :
122122 path : ${{ steps.extcache.outputs.dir }}
123- key : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
124- restore-keys : ${{ runner .os }}-${{ steps.extcache.outputs.key }}
123+ key : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
124+ restore-keys : ${{ matrix .os }}-${{ steps.extcache.outputs.key }}
125125
126126 - name : Setup PHP
127127 uses : shivammathur/setup-php@v2
@@ -145,8 +145,8 @@ jobs:
145145 - uses : actions/cache@v4
146146 with :
147147 path : ${{ steps.composer-cache.outputs.dir }}
148- key : ${{ runner .os }}-STDPUSH -PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
149- restore-keys : ${{ runner .os }}-STDPUSH -PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
148+ key : ${{ matrix .os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-${{ hashFiles('**/composer.json') }}
149+ restore-keys : ${{ matrix .os }}-PHP${{ matrix.php }}-L${{ matrix.laravel }}-composer-
150150
151151 - name : Add token
152152 run : |
@@ -164,4 +164,4 @@ jobs:
164164 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
165165
166166 - name : Run Unit Tests
167- run : php ./vendor/bin/paratest --no-coverage
167+ run : php ./vendor/bin/phpunit --no-coverage
0 commit comments