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 5.2
27+ CAKEPHP5_VERSIONS = 5.0 5.1 5.2 5.3
2828
2929CHRONOS_VERSIONS = 1.x 2.x 3.x
3030
@@ -277,10 +277,14 @@ TAG:=5.1.6
277277VERSION: =5.1
278278$(eval $(cakephp5))
279279
280- TAG: =origin/5.x
280+ TAG: =5.2.11
281281VERSION: =5.2
282282$(eval $(cakephp5))
283283
284+ TAG: =origin/5.x
285+ VERSION: =5.3
286+ $(eval $(cakephp5))
287+
284288# Generate build targets for chronos
285289TAG: =origin/1.x
286290VERSION: =1.x
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Red Velvet ' ,
2424 'versions ' => [
25+ '5.3 ' => '../5.3/ ' ,
2526 '5.2 ' => '../5.2/ ' ,
2627 '5.1 ' => '../5.1/ ' ,
2728 '5.0 ' => '../5.0/ ' ,
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Strawberry ' ,
2424 'versions ' => [
25+ '5.3 ' => '../5.3/ ' ,
2526 '5.2 ' => '../5.2/ ' ,
2627 '5.1 ' => '../5.1/ ' ,
2728 '5.0 ' => '../5.0/ ' ,
Original file line number Diff line number Diff line change 2222 'project ' => 'CakePHP ' ,
2323 'release ' => 'Chiffon ' ,
2424 'versions ' => [
25+ '5.3 ' => '../5.3/ ' ,
2526 '5.2 ' => '../5.2/ ' ,
2627 '5.1 ' => '../5.1/ ' ,
2728 '5.0 ' => '../5.0/ ' ,
You can’t perform that action at this time.
0 commit comments