File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ jobs:
46
46
- 14
47
47
- 15
48
48
- 16
49
+ - 17
49
50
50
51
include :
51
52
- php : 8.1
52
- pgsql : 16
53
+ pgsql : 17
53
54
- php : 8.2
54
- pgsql : 16
55
+ pgsql : 17
55
56
- php : 8.3
56
- pgsql : 16
57
+ pgsql : 17
57
58
58
59
services :
59
60
postgres :
Original file line number Diff line number Diff line change 38
38
39
39
services :
40
40
postgres :
41
- image : postgres:16
41
+ image : postgres:17
42
42
env :
43
43
POSTGRES_USER : root
44
44
POSTGRES_PASSWORD : root
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ as stored procedures and server-side cursors.
25
25
26
26
## Support version
27
27
28
- | PHP | PostgreSQL Version | CI-Actions
29
- |---------------|--------------------- |-----------
30
- | ** 8.1 - 8.4** | ** 9.0 - 16.0 ** |[ ![ build] ( https://github.com/yiisoft/db-pgsql/actions/workflows/build.yml/badge.svg?branch=dev )] ( https://github.com/yiisoft/db-pgsql/actions/workflows/build.yml ) [ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdb-pgsql%2Fmaster )] ( https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-pgsql/master ) [ ![ static analysis] ( https://github.com/yiisoft/db-pgsql/actions/workflows/static.yml/badge.svg?branch=dev )] ( https://github.com/yiisoft/db-pgsql/actions/workflows/static.yml ) [ ![ type-coverage] ( https://shepherd.dev/github/yiisoft/db-pgsql/coverage.svg )] ( https://shepherd.dev/github/yiisoft/db-pgsql )
28
+ | PHP | PostgreSQL Version | CI-Actions
29
+ |---------------|--------------------|-----------
30
+ | ** 8.1 - 8.4** | ** 9 - 17 ** |[ ![ build] ( https://github.com/yiisoft/db-pgsql/actions/workflows/build.yml/badge.svg?branch=dev )] ( https://github.com/yiisoft/db-pgsql/actions/workflows/build.yml ) [ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdb-pgsql%2Fmaster )] ( https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-pgsql/master ) [ ![ static analysis] ( https://github.com/yiisoft/db-pgsql/actions/workflows/static.yml/badge.svg?branch=dev )] ( https://github.com/yiisoft/db-pgsql/actions/workflows/static.yml ) [ ![ type-coverage] ( https://shepherd.dev/github/yiisoft/db-pgsql/coverage.svg )] ( https://shepherd.dev/github/yiisoft/db-pgsql )
31
31
32
32
## Installation
33
33
Original file line number Diff line number Diff line change 1
1
services :
2
2
pgsql :
3
- image : postgres:16
3
+ image : postgres:17
4
4
environment :
5
5
POSTGRES_USER : root
6
6
POSTGRES_PASSWORD : root
You can’t perform that action at this time.
0 commit comments