1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-01-31 20:11:38 +01:00

Rollback PHPUnit to v9.5.28 as v11.2.6 does not work with PHP 7.4

This commit is contained in:
FreeScout 2025-01-21 02:18:54 -08:00
parent b59144e704
commit 888701e066
4 changed files with 634 additions and 318 deletions

View File

@ -54,7 +54,7 @@ jobs:
DB_PORT: ${{ job.services.postgres.ports[5432] }}
- name: Run PHP tests
if: ${{ matrix.php >= 8.2 }}
if: ${{ matrix.php < 8.4 }}
run: php${{ matrix.php }} ./vendor/bin/phpunit
env:
DB_PORT: ${{ job.services.postgres.ports[5432] }}

View File

@ -42,5 +42,5 @@ jobs:
php${{ matrix.php }} artisan db:seed --force -n --database=testing
- name: Run PHP tests
if: ${{ matrix.php >= 8.2 }}
if: ${{ matrix.php < 8.4 }}
run: php${{ matrix.php }} ./vendor/bin/phpunit

View File

@ -16,6 +16,7 @@
"devfactory/minify": "1.0.7",
"fideloper/proxy": "3.3.4",
"laravel/framework": "v5.5.40",
"laravel/tinker": "v1.0.7",
"mews/purifier": "3.2.2",
"spatie/laravel-activitylog": "2.7.0",
"lord/laroute": "2.4.7",
@ -43,7 +44,7 @@
"filp/whoops": "2.14.5",
"fzaninotto/faker": "v1.9.2",
"mockery/mockery": "1.1.0",
"phpunit/phpunit": "11.2.6",
"phpunit/phpunit": "9.5.28",
"symfony/polyfill-ctype": "v1.10.*",
"vlucas/phpdotenv": "v2.5.1",
@ -67,10 +68,12 @@
"guzzlehttp/guzzle": "6.5.8",
"guzzlehttp/psr7": "1.9.1",
"tedivm/jshrink": "1.4.0",
"nikic/php-parser": "^4.1",
"doctrine/annotations": "v1.4.*",
"doctrine/cache": "v1.6.*",
"doctrine/collections": "v1.4.*",
"doctrine/instantiator": "1.3.1",
"myclabs/deep-copy": "1.10.1",
"webmozart/assert": "1.3.0",
"psr/container": "1.0.0",
"psr/http-message": "1.0.1"

943
composer.lock generated

File diff suppressed because it is too large Load Diff