Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEPLOY_DIR=./website
.ALL: help

# Versions that can be built.
VERSIONS = 1.2 1.3 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2
VERSIONS = 1.2 1.3 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 3.3

# Versions that are actively developed / maintained.
ACTIVE_VERSIONS = 2.7 2.8 3.2
Expand Down Expand Up @@ -194,6 +194,9 @@ TAG:=origin/master
VERSION:=3.2
$(eval $(build3x))

TAG:=origin/3.next
VERSION:=3.3
$(eval $(build3x))

# Generate build targets for various 1.x versions
TAG:=1.3.21
Expand Down
4 changes: 2 additions & 2 deletions templates/cakephp/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ templates:
template: robots.txt.latte

options:
versions: [3.2, 3.1, '3.0', 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0', 1.3, 1.2]
activeVersion: '3.0'
versions: [3.3, 3.2, 3.1, '3.0', 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0', 1.3, 1.2]
activeVersion: '3.2'