Skip to content

Commit 5d48408

Browse files
authored
Test Postgres 17 (#394)
1 parent 5bddbb3 commit 5d48408

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ jobs:
4646
- 14
4747
- 15
4848
- 16
49+
- 17
4950

5051
include:
5152
- php: 8.1
52-
pgsql: 16
53+
pgsql: 17
5354
- php: 8.2
54-
pgsql: 16
55+
pgsql: 17
5556
- php: 8.3
56-
pgsql: 16
57+
pgsql: 17
5758

5859
services:
5960
postgres:

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
services:
4040
postgres:
41-
image: postgres:16
41+
image: postgres:17
4242
env:
4343
POSTGRES_USER: root
4444
POSTGRES_PASSWORD: root

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ as stored procedures and server-side cursors.
2525

2626
## Support version
2727

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)
3131

3232
## Installation
3333

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
pgsql:
3-
image: postgres:16
3+
image: postgres:17
44
environment:
55
POSTGRES_USER: root
66
POSTGRES_PASSWORD: root

0 commit comments

Comments
 (0)