62
62
63
63
steps :
64
64
- name : " Checkout"
65
- uses : " actions/checkout@v3 "
65
+ uses : " actions/checkout@v4 "
66
66
with :
67
67
fetch-depth : 2
68
68
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
steps :
132
132
- name : " Checkout"
133
- uses : " actions/checkout@v3 "
133
+ uses : " actions/checkout@v4 "
134
134
with :
135
135
fetch-depth : 2
136
136
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
steps :
190
190
- name : " Checkout"
191
- uses : " actions/checkout@v3 "
191
+ uses : " actions/checkout@v4 "
192
192
with :
193
193
fetch-depth : 2
194
194
@@ -226,21 +226,22 @@ jobs:
226
226
postgres-version :
227
227
- " 9.4"
228
228
- " 15"
229
+ - " 16"
229
230
extension :
230
231
- " pgsql"
231
232
- " pdo_pgsql"
232
233
include :
233
234
- php-version : " 8.2"
234
- postgres-version : " 15 "
235
+ postgres-version : " 16 "
235
236
extension : " pgsql"
236
237
- php-version : " 8.3"
237
- postgres-version : " 15 "
238
+ postgres-version : " 16 "
238
239
extension : " pgsql"
239
240
- php-version : " 8.2"
240
- postgres-version : " 15 "
241
+ postgres-version : " 16 "
241
242
extension : " pdo_pgsql"
242
243
- php-version : " 8.3"
243
- postgres-version : " 15 "
244
+ postgres-version : " 16 "
244
245
extension : " pdo_pgsql"
245
246
246
247
services :
@@ -257,7 +258,7 @@ jobs:
257
258
258
259
steps :
259
260
- name : " Checkout"
260
- uses : " actions/checkout@v3 "
261
+ uses : " actions/checkout@v4 "
261
262
with :
262
263
fetch-depth : 2
263
264
@@ -339,7 +340,7 @@ jobs:
339
340
340
341
steps :
341
342
- name : " Checkout"
342
- uses : " actions/checkout@v3 "
343
+ uses : " actions/checkout@v4 "
343
344
with :
344
345
fetch-depth : 2
345
346
@@ -426,7 +427,7 @@ jobs:
426
427
427
428
steps :
428
429
- name : " Checkout"
429
- uses : " actions/checkout@v3 "
430
+ uses : " actions/checkout@v4 "
430
431
with :
431
432
fetch-depth : 2
432
433
@@ -496,7 +497,7 @@ jobs:
496
497
497
498
steps :
498
499
- name : " Checkout"
499
- uses : " actions/checkout@v3 "
500
+ uses : " actions/checkout@v4 "
500
501
with :
501
502
fetch-depth : 2
502
503
@@ -556,7 +557,7 @@ jobs:
556
557
run : " docker exec ${{ job.services.ibm_db2.id }} su - db2inst1 -c 'db2 -t CONNECT TO doctrine; db2 -t CREATE USER TEMPORARY TABLESPACE doctrine_tbsp PAGESIZE 4 K;'"
557
558
558
559
- name : " Checkout"
559
- uses : " actions/checkout@v3 "
560
+ uses : " actions/checkout@v4 "
560
561
with :
561
562
fetch-depth : 2
562
563
@@ -600,7 +601,7 @@ jobs:
600
601
601
602
steps :
602
603
- name : " Checkout"
603
- uses : " actions/checkout@v3 "
604
+ uses : " actions/checkout@v4 "
604
605
605
606
- name : " Install PHP"
606
607
uses : " shivammathur/setup-php@v2"
@@ -633,7 +634,7 @@ jobs:
633
634
634
635
steps :
635
636
- name : " Checkout"
636
- uses : " actions/checkout@v3 "
637
+ uses : " actions/checkout@v4 "
637
638
with :
638
639
fetch-depth : 2
639
640
0 commit comments