Skip to content

Commit

Permalink
Merge branch 'release/v1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaoka committed Sep 28, 2023
2 parents ba07d3a + 9d05537 commit 5a297cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
php: [
'5.3', '5.4', '5.5', '5.6',
'7.0', '7.1', '7.2', '7.3', '7.4',
'8.0', '8.1', '8.2'
'8.0', '8.1', '8.2', '8.3'
]

name: PHP ${{ matrix.php }}

steps:
- name: Setup PHP ${{ matrix.php-version }}
- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
Expand Down
3 changes: 0 additions & 3 deletions src/PostgresError.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ class PostgresError
const UNDEFINED_FILE = '58P01';
const DUPLICATE_FILE = '58P02';

// Class 72 - Snapshot Failure
const SNAPSHOT_TOO_OLD = '72000';

// Class F0 - Configuration File Error
const CONFIG_FILE_ERROR = 'F0000';
const LOCK_FILE_EXISTS = 'F0001';
Expand Down

0 comments on commit 5a297cb

Please sign in to comment.