Skip to content

Commit 92046e2

Browse files
committed
Add 5.3
1 parent 26031e0 commit 92046e2

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COMPOSER=$(PWD)/composer.phar
2424
# Versions that can be built.
2525
CAKEPHP3_VERSIONS = 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.10
2626
CAKEPHP4_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

2929
CHRONOS_VERSIONS = 1.x 2.x 3.x
3030

@@ -277,10 +277,14 @@ TAG:=5.1.6
277277
VERSION:=5.1
278278
$(eval $(cakephp5))
279279

280-
TAG:=origin/5.x
280+
TAG:=5.2.11
281281
VERSION:=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
285289
TAG:=origin/1.x
286290
VERSION:=1.x

config/cakephp3.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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/',

config/cakephp4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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/',

config/cakephp5.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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/',

0 commit comments

Comments
 (0)