File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COMPOSER=$(PWD)/composer.phar
2424# Versions that can be built.
2525CAKEPHP3_VERSIONS = 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10
2626CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5 4.6
27- CAKEPHP5_VERSIONS = 5.0 5.1
27+ CAKEPHP5_VERSIONS = 5.0 5.1 5.2
2828
2929CHRONOS_VERSIONS = 1.x 2.x 3.x
3030
@@ -273,10 +273,14 @@ TAG:=5.0.11
273273VERSION: =5.0
274274$(eval $(cakephp5))
275275
276- TAG: =origin/5.x
276+ TAG: =5.1.6
277277VERSION: =5.1
278278$(eval $(cakephp5))
279279
280+ TAG: =origin/5.x
281+ VERSION: =5.2
282+ $(eval $(cakephp5))
283+
280284# Generate build targets for chronos
281285TAG: =origin/1.x
282286VERSION: =1.x
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Red Velvet ' ,
2424 'versions ' => [
25+ '5.2 ' => '../5.2/ ' ,
2526 '5.1 ' => '../5.1/ ' ,
2627 '5.0 ' => '../5.0/ ' ,
2728 '4.6 ' => '../4.6/ ' ,
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Strawberry ' ,
2424 'versions ' => [
25+ '5.2 ' => '../5.2/ ' ,
2526 '5.1 ' => '../5.1/ ' ,
2627 '5.0 ' => '../5.0/ ' ,
2728 '4.6 ' => '../4.6/ ' ,
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Chiffon ' ,
2424 'versions ' => [
25+ '5.2 ' => '../5.2/ ' ,
2526 '5.1 ' => '../5.1/ ' ,
2627 '5.0 ' => '../5.0/ ' ,
2728 '4.6 ' => '../4.6/ ' ,
You can’t perform that action at this time.
0 commit comments