8000 Added tests for PHP 8.3. · sunaoka/php-postgresql-errors@e8b5b05 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8b5b05

Browse files
committed
Added tests for PHP 8.3.
1 parent aa59b00 commit e8b5b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 }}

0 commit comments

Comments
 (0)
0