mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-23 10:52:31 +01:00
Fix error in PostgreSqlPlatform.php on PHP 8.2 with PostgreSQL
This commit is contained in:
parent
309775cce2
commit
a0f4c6b6cd
6
.github/workflows/test-pgsql.yml
vendored
6
.github/workflows/test-pgsql.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Test Application (PostgreSQL)
|
||||
name: Test App (PostgreSQL)
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test Application (with PostgreSQL)
|
||||
name: Test App (PostgreSQL)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Test Application (MySQL)
|
||||
name: Test App (MySQL)
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test Application (with MySQL)
|
||||
name: Test App (MySQL)
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -137,6 +137,7 @@
|
||||
"Illuminate\\Config\\": "overrides/laravel/framework/src/Illuminate/Config/",
|
||||
"Doctrine\\DBAL\\Driver\\": "overrides/doctrine/dbal/lib/Doctrine/DBAL/Driver/",
|
||||
"Doctrine\\DBAL\\Schema\\": "overrides/doctrine/dbal/lib/Doctrine/DBAL/Schema/",
|
||||
"Doctrine\\DBAL\\Platforms\\": "overrides/doctrine/dbal/lib/Doctrine/DBAL/Platforms/",
|
||||
"Symfony\\Component\\Finder\\Iterator\\": "overrides/symfony/finder/Iterator/",
|
||||
"Symfony\\Component\\Finder\\": "overrides/symfony/finder/",
|
||||
"Symfony\\Component\\Console\\Helper\\": "overrides/symfony/console/Helper/",
|
||||
@ -243,6 +244,7 @@
|
||||
"vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php",
|
||||
"vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php",
|
||||
"vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/PostgreSqlSchemaManager.php",
|
||||
"vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/PostgreSqlPlatform.php",
|
||||
"vendor/laravel/framework/src/Illuminate/Support/Carbon.php",
|
||||
"vendor/laravel/framework/src/Illuminate/Support/Str.php",
|
||||
"vendor/laravel/framework/src/Illuminate/Support/ViewErrorBag.php",
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user