24
24
fail-fast : false
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
- name : Setup PHP
29
29
uses : shivammathur/setup-php@v2
30
30
with :
61
61
fail-fast : false
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
- name : Setup PHP
66
66
uses : shivammathur/setup-php@v2
67
67
with :
84
84
fail-fast : false
85
85
steps :
86
86
- name : Checkout
87
- uses : actions/checkout@v4
87
+ uses : actions/checkout@v5
88
88
- name : Setup PHP
89
89
uses : shivammathur/setup-php@v2
90
90
with :
@@ -123,7 +123,7 @@ jobs:
123
123
APP_DEBUG : ' 1' # https://github.com/phpstan/phpstan-symfony/issues/37
124
124
steps :
125
125
- name : Checkout
126
- uses : actions/checkout@v4
126
+ uses : actions/checkout@v5
127
127
# https://github.com/staabm/phpstan-todo-by#prerequisite
128
128
- name : Get tags
129
129
run : git fetch --tags origin
@@ -194,7 +194,7 @@ jobs:
194
194
fail-fast : false
195
195
steps :
196
196
- name : Checkout
197
- uses : actions/checkout@v4
197
+ uses : actions/checkout@v5
198
198
- name : Setup PHP
199
199
uses : shivammathur/setup-php@v2
200
200
with :
@@ -280,7 +280,7 @@ jobs:
280
280
fail-fast : false
281
281
steps :
282
282
- name : Checkout
283
- uses : actions/checkout@v4
283
+ uses : actions/checkout@v5
284
284
- name : Setup PHP
285
285
uses : shivammathur/setup-php@v2
286
286
with :
@@ -360,7 +360,7 @@ jobs:
360
360
fail-fast : false
361
361
steps :
362
362
- name : Checkout
363
- uses : actions/checkout@v4
363
+ uses : actions/checkout@v5
364
364
- name : Setup PHP
365
365
uses : shivammathur/setup-php@v2
366
366
with :
@@ -400,7 +400,7 @@ jobs:
400
400
fail-fast : false
401
401
steps :
402
402
- name : Checkout
403
- uses : actions/checkout@v4
403
+ uses : actions/checkout@v5
404
404
- name : Setup PHP
405
405
uses : shivammathur/setup-php@v2
406
406
with :
@@ -478,7 +478,7 @@ jobs:
478
478
PGPASSWORD : apiplatformrocks
479
479
steps :
480
480
- name : Checkout
481
- uses : actions/checkout@v4
481
+ uses : actions/checkout@v5
482
482
- name : Setup postgres
483
483
run : |
484
484
sudo systemctl start postgresql
@@ -535,7 +535,7 @@ jobs:
535
535
DATABASE_URL :
mysql://root:[email protected] /api_platform_test
536
536
steps :
537
537
- name : Checkout
538
- uses : actions/checkout@v4
538
+ uses : actions/checkout@v5
539
539
- name : Setup PHP
540
540
uses : shivammathur/setup-php@v2
541
541
with :
@@ -577,7 +577,7 @@ jobs:
577
577
MONGODB_URL : mongodb://localhost:27017
578
578
steps :
579
579
- name : Checkout
580
- uses : actions/checkout@v4
580
+ uses : actions/checkout@v5
581
581
- name : Setup MongoDB
582
582
run : |
583
583
sudo apt update
@@ -679,7 +679,7 @@ jobs:
679
679
- 1337:1337
680
680
steps :
681
681
- name : Checkout
682
- uses : actions/checkout@v4
682
+ uses : actions/checkout@v5
683
683
- name : Setup PHP
684
684
uses : shivammathur/setup-php@v2
685
685
with :
@@ -754,7 +754,7 @@ jobs:
754
754
APP_ENV : elasticsearch
755
755
steps :
756
756
- name : Checkout
757
- uses : actions/checkout@v4
757
+ uses : actions/checkout@v5
758
758
- name : Configure sysctl limits
759
759
run : |
760
760
sudo swapoff -a
@@ -806,7 +806,7 @@ jobs:
806
806
APP_ENV : elasticsearch
807
807
steps :
808
808
- name : Checkout
809
- uses : actions/checkout@v4
809
+ uses : actions/checkout@v5
810
810
- name : Configure sysctl limits
811
811
run : |
812
812
sudo swapoff -a
@@ -859,7 +859,7 @@ jobs:
859
859
APP_ENV : elasticsearch
860
860
steps :
861
861
- name : Checkout
862
- uses : actions/checkout@v4
862
+ uses : actions/checkout@v5
863
863
- name : Configure sysctl limits
864
864
run : |
865
865
sudo swapoff -a
@@ -910,7 +910,7 @@ jobs:
910
910
fail-fast : false
911
911
steps :
912
912
- name : Checkout
913
- uses : actions/checkout@v4
913
+ uses : actions/checkout@v5
914
914
- name : Setup PHP
915
915
uses : shivammathur/setup-php@v2
916
916
with :
@@ -949,7 +949,7 @@ jobs:
949
949
fail-fast : false
950
950
steps :
951
951
- name : Checkout
952
- uses : actions/checkout@v4
952
+ uses : actions/checkout@v5
953
953
- name : Setup PHP
954
954
uses : shivammathur/setup-php@v2
955
955
with :
@@ -992,7 +992,7 @@ jobs:
992
992
fail-fast : false
993
993
steps :
994
994
- name : Checkout
995
- uses : actions/checkout@v4
995
+ uses : actions/checkout@v5
996
996
- name : Setup PHP
997
997
uses : shivammathur/setup-php@v2
998
998
with :
@@ -1040,7 +1040,7 @@ jobs:
1040
1040
DATABASE_URL : sqlite:///%kernel.project_dir%/var/data.db
1041
1041
steps :
1042
1042
- name : Checkout
1043
- uses : actions/checkout@v4
1043
+ uses : actions/checkout@v5
1044
1044
- name : Setup PHP with pre-release PECL extension
1045
1045
uses : shivammathur/setup-php@v2
1046
1046
with :
@@ -1090,7 +1090,7 @@ jobs:
1090
1090
fail-fast : false
1091
1091
steps :
1092
1092
- name : Checkout
1093
- uses : actions/checkout@v4
1093
+ uses : actions/checkout@v5
1094
1094
- name : Setup PHP
1095
1095
uses : shivammathur/setup-php@v2
1096
1096
with :
@@ -1134,7 +1134,7 @@ jobs:
1134
1134
fail-fast : false
1135
1135
steps :
1136
1136
- name : Checkout
1137
- uses : actions/checkout@v4
1137
+ uses : actions/checkout@v5
1138
1138
- name : Setup PHP
1139
1139
uses : shivammathur/setup-php@v2
1140
1140
with :
@@ -1183,7 +1183,7 @@ jobs:
1183
1183
fail-fast : false
1184
1184
steps :
1185
1185
- name : Checkout
1186
- uses : actions/checkout@v4
1186
+ uses : actions/checkout@v5
1187
1187
- name : Setup PHP
1188
1188
uses : shivammathur/setup-php@v2
1189
1189
with :
@@ -1258,7 +1258,7 @@ jobs:
1258
1258
fail-fast : false
1259
1259
steps :
1260
1260
- name : Checkout
1261
- uses : actions/checkout@v4
1261
+ uses : actions/checkout@v5
1262
1262
- name : Setup PHP
1263
1263
uses : shivammathur/setup-php@v2
1264
1264
with :
@@ -1306,7 +1306,7 @@ jobs:
1306
1306
fail-fast : false
1307
1307
steps :
1308
1308
- name : Checkout
1309
- uses : actions/checkout@v4
1309
+ uses : actions/checkout@v5
1310
1310
- name : Setup PHP
1311
1311
uses : shivammathur/setup-php@v2
1312
1312
with :
@@ -1360,7 +1360,7 @@ jobs:
1360
1360
fail-fast : false
1361
1361
steps :
1362
1362
- name : Checkout
1363
- uses : actions/checkout@v4
1363
+ uses : actions/checkout@v5
1364
1364
- name : Setup PHP
1365
1365
uses : shivammathur/setup-php@v2
1366
1366
with :
@@ -1386,7 +1386,7 @@ jobs:
1386
1386
timeout-minutes : 20
1387
1387
steps :
1388
1388
- name : Checkout
1389
- uses : actions/checkout@v4
1389
+ uses : actions/checkout@v5
1390
1390
- name : Setup PHP
1391
1391
uses : shivammathur/setup-php@v2
1392
1392
with :
0 commit comments