Skip to content

Commit

Permalink
Fix error in PostgreSqlPlatform.php on PHP 8.2 with PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Oct 4, 2023
1 parent 309775c commit a0f4c6b
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pgsql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Application (PostgreSQL)
name: Test App (PostgreSQL)

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test Application (with PostgreSQL)
name: Test App (PostgreSQL)
runs-on: ubuntu-latest

env:
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
php: ['7.3', '7.4', '8.0', '8.1', '8.2']

steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Application (MySQL)
name: Test App (MySQL)

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test Application (with MySQL)
name: Test App (MySQL)
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit a0f4c6b

Please sign in to comment.