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 @@ -23,7 +23,7 @@ COMPOSER=$(PWD)/composer.phar
2323
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
26- CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5
26+ CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5 4.6
2727CAKEPHP5_VERSIONS = 5.0 5.1
2828
2929CHRONOS_VERSIONS = 1.x 2.x 3.x
@@ -261,10 +261,14 @@ TAG:=4.4.18
261261VERSION: =4.4
262262$(eval $(cakephp4))
263263
264- TAG: =origin/4.x
264+ TAG: =4.5.10
265265VERSION: =4.5
266266$(eval $(cakephp4))
267267
268+ TAG: =origin/4.x
269+ VERSION: =4.6
270+ $(eval $(cakephp4))
271+
268272TAG: =5.0.11
269273VERSION: =5.0
270274$(eval $(cakephp5))
Original file line number Diff line number Diff line change 2424 'versions ' => [
2525 '5.1 ' => '../5.1/ ' ,
2626 '5.0 ' => '../5.0/ ' ,
27+ '4.6 ' => '../4.6/ ' ,
2728 '4.5 ' => '../4.5/ ' ,
2829 '4.4 ' => '../4.4/ ' ,
2930 '4.3 ' => '../4.3/ ' ,
Original file line number Diff line number Diff line change 2424 'versions ' => [
2525 '5.1 ' => '../5.1/ ' ,
2626 '5.0 ' => '../5.0/ ' ,
27+ '4.6 ' => '../4.6/ ' ,
2728 '4.5 ' => '../4.5/ ' ,
2829 '4.4 ' => '../4.4/ ' ,
2930 '4.3 ' => '../4.3/ ' ,
Original file line number Diff line number Diff line change 2424 'versions ' => [
2525 '5.1 ' => '../5.1/ ' ,
2626 '5.0 ' => '../5.0/ ' ,
27+ '4.6 ' => '../4.6/ ' ,
2728 '4.5 ' => '../4.5/ ' ,
2829 '4.4 ' => '../4.4/ ' ,
2930 '4.3 ' => '../4.3/ ' ,
You can’t perform that action at this time.
0 commit comments