Skip to content

Commit be9c543

Browse files
committed
Add 4.5 to build
1 parent 9418431 commit be9c543

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COMPOSER=$(PWD)/composer.phar
2323

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
26-
CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4
26+
CAKEPHP4_VERSIONS = 4.0 4.1 4.2 4.3 4.4 4.5
2727
CAKEPHP5_VERSIONS = 5.0 5.1
2828

2929
CHRONOS_VERSIONS = 1.x 2.x 3.x
@@ -257,10 +257,14 @@ TAG:=4.3.10
257257
VERSION:=4.3
258258
$(eval $(cakephp4))
259259

260-
TAG:=origin/4.x
260+
TAG:=4.4.18
261261
VERSION:=4.4
262262
$(eval $(cakephp4))
263263

264+
TAG:=origin/4.x
265+
VERSION:=4.5
266+
$(eval $(cakephp4))
267+
264268
TAG:=5.0.11
265269
VERSION:=5.0
266270
$(eval $(cakephp5))

0 commit comments

Comments
 (0)