8000 Merge branch 'release/v1.1.5' · sunaoka/php-postgresql-errors@5a297cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a297cb

Browse files
committed
Merge branch 'release/v1.1.5'
2 parents ba07d3a + 9d05537 commit 5a297cb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
php: [
1717
'5.3', '5.4', '5.5', '5.6',
1818
'7.0', '7.1', '7.2', '7.3', '7.4',
19-
'8.0', '8.1', '8.2'
19+
'8.0', '8.1', '8.2', '8.3'
2020
]
2121

2222
name: PHP ${{ matrix.php }}
2323

2424
steps:
25-
- name: Setup PHP ${{ matrix.php-version }}
25+
- name: Setup PHP ${{ matrix.php }}
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php }}

src/PostgresError.php

-3
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,6 @@ class PostgresError
302302
const UNDEFINED_FILE = '58P01';
303303
const DUPLICATE_FILE = '58P02';
304304

305-
// Class 72 - Snapshot Failure
306-
const SNAPSHOT_TOO_OLD = '72000';
307-
308305
// Class F0 - Configuration File Error
309306
const CONFIG_FILE_ERROR = 'F0000';
310307
const LOCK_FILE_EXISTS = 'F0001';

0 commit comments

Comments
 (0)
0