We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e79bee commit d39bc5dCopy full SHA for d39bc5d
.github/workflows/continuous-integration.yml
@@ -226,21 +226,22 @@ jobs:
226
postgres-version:
227
- "9.4"
228
- "15"
229
+ - "16"
230
extension:
231
- "pgsql"
232
- "pdo_pgsql"
233
include:
234
- php-version: "8.2"
- postgres-version: "15"
235
+ postgres-version: "16"
236
extension: "pgsql"
237
- php-version: "8.3"
238
239
240
241
242
extension: "pdo_pgsql"
243
244
245
246
247
services:
0 commit comments