Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
typo3
CI
testing-infrastructure
Commits
d1d0e1a3
Commit
d1d0e1a3
authored
Sep 19, 2017
by
Christian Kuhn
Browse files
[BUGFIX] Makefile missing php72 targets
parent
db0c119c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d1d0e1a3
...
@@ -188,6 +188,7 @@ build: \
...
@@ -188,6 +188,7 @@ build: \
build_php56
\
build_php56
\
build_php70
\
build_php70
\
build_php71
\
build_php71
\
build_php72
\
build_bamboo_php53
\
build_bamboo_php53
\
build_bamboo_php54
\
build_bamboo_php54
\
build_bamboo_php55
\
build_bamboo_php55
\
...
@@ -205,6 +206,7 @@ release: \
...
@@ -205,6 +206,7 @@ release: \
release_php56
\
release_php56
\
release_php70
\
release_php70
\
release_php71
\
release_php71
\
release_php72
\
release_bamboo_php53
\
release_bamboo_php53
\
release_bamboo_php54
\
release_bamboo_php54
\
release_bamboo_php55
\
release_bamboo_php55
\
...
@@ -222,6 +224,7 @@ clean: \
...
@@ -222,6 +224,7 @@ clean: \
clean_php56
\
clean_php56
\
clean_php70
\
clean_php70
\
clean_php71
\
clean_php71
\
clean_php72
\
clean_bamboo_php53
\
clean_bamboo_php53
\
clean_bamboo_php54
\
clean_bamboo_php54
\
clean_bamboo_php55
\
clean_bamboo_php55
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment