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:
parent
b59144e704
commit
888701e066
2
.github/workflows/test-pgsql.yml
vendored
2
.github/workflows/test-pgsql.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
DB_PORT: ${{ job.services.postgres.ports[5432] }}
|
DB_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||||
|
|
||||||
- name: Run PHP tests
|
- name: Run PHP tests
|
||||||
if: ${{ matrix.php >= 8.2 }}
|
if: ${{ matrix.php < 8.4 }}
|
||||||
run: php${{ matrix.php }} ./vendor/bin/phpunit
|
run: php${{ matrix.php }} ./vendor/bin/phpunit
|
||||||
env:
|
env:
|
||||||
DB_PORT: ${{ job.services.postgres.ports[5432] }}
|
DB_PORT: ${{ job.services.postgres.ports[5432] }}
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -42,5 +42,5 @@ jobs:
|
|||||||
php${{ matrix.php }} artisan db:seed --force -n --database=testing
|
php${{ matrix.php }} artisan db:seed --force -n --database=testing
|
||||||
|
|
||||||
- name: Run PHP tests
|
- name: Run PHP tests
|
||||||
if: ${{ matrix.php >= 8.2 }}
|
if: ${{ matrix.php < 8.4 }}
|
||||||
run: php${{ matrix.php }} ./vendor/bin/phpunit
|
run: php${{ matrix.php }} ./vendor/bin/phpunit
|
@ -16,6 +16,7 @@
|
|||||||
"devfactory/minify": "1.0.7",
|
"devfactory/minify": "1.0.7",
|
||||||
"fideloper/proxy": "3.3.4",
|
"fideloper/proxy": "3.3.4",
|
||||||
"laravel/framework": "v5.5.40",
|
"laravel/framework": "v5.5.40",
|
||||||
|
"laravel/tinker": "v1.0.7",
|
||||||
"mews/purifier": "3.2.2",
|
"mews/purifier": "3.2.2",
|
||||||
"spatie/laravel-activitylog": "2.7.0",
|
"spatie/laravel-activitylog": "2.7.0",
|
||||||
"lord/laroute": "2.4.7",
|
"lord/laroute": "2.4.7",
|
||||||
@ -43,7 +44,7 @@
|
|||||||
"filp/whoops": "2.14.5",
|
"filp/whoops": "2.14.5",
|
||||||
"fzaninotto/faker": "v1.9.2",
|
"fzaninotto/faker": "v1.9.2",
|
||||||
"mockery/mockery": "1.1.0",
|
"mockery/mockery": "1.1.0",
|
||||||
"phpunit/phpunit": "11.2.6",
|
"phpunit/phpunit": "9.5.28",
|
||||||
|
|
||||||
"symfony/polyfill-ctype": "v1.10.*",
|
"symfony/polyfill-ctype": "v1.10.*",
|
||||||
"vlucas/phpdotenv": "v2.5.1",
|
"vlucas/phpdotenv": "v2.5.1",
|
||||||
@ -67,10 +68,12 @@
|
|||||||
"guzzlehttp/guzzle": "6.5.8",
|
"guzzlehttp/guzzle": "6.5.8",
|
||||||
"guzzlehttp/psr7": "1.9.1",
|
"guzzlehttp/psr7": "1.9.1",
|
||||||
"tedivm/jshrink": "1.4.0",
|
"tedivm/jshrink": "1.4.0",
|
||||||
|
"nikic/php-parser": "^4.1",
|
||||||
"doctrine/annotations": "v1.4.*",
|
"doctrine/annotations": "v1.4.*",
|
||||||
"doctrine/cache": "v1.6.*",
|
"doctrine/cache": "v1.6.*",
|
||||||
"doctrine/collections": "v1.4.*",
|
"doctrine/collections": "v1.4.*",
|
||||||
"doctrine/instantiator": "1.3.1",
|
"doctrine/instantiator": "1.3.1",
|
||||||
|
"myclabs/deep-copy": "1.10.1",
|
||||||
"webmozart/assert": "1.3.0",
|
"webmozart/assert": "1.3.0",
|
||||||
"psr/container": "1.0.0",
|
"psr/container": "1.0.0",
|
||||||
"psr/http-message": "1.0.1"
|
"psr/http-message": "1.0.1"
|
||||||
|
943
composer.lock
generated
943
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user