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
0727bff1
Unverified
Commit
0727bff1
authored
Dec 03, 2020
by
Susanne Moog
Browse files
[FEATURE] PHP8 final
parent
7d199041
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0727bff1
...
...
@@ -74,7 +74,7 @@ SHORTVERSION_PHP74=$(MAJOR_PHP74).$(MINOR_PHP74)
NAME_PHP80
=
typo3gmbh/php80
MAJOR_PHP80
=
1
MINOR_PHP80
=
0
PATCHLEVEL_PHP80
=
1
PATCHLEVEL_PHP80
=
2
FULLVERSION_PHP80
=
$(MAJOR_PHP80)
.
$(MINOR_PHP80)
.
$(PATCHLEVEL_PHP80)
SHORTVERSION_PHP80
=
$(MAJOR_PHP80)
.
$(MINOR_PHP80)
...
...
php80/Dockerfile
View file @
0727bff1
FROM
php:8.0.0
RC5
-alpine
FROM
php:8.0.0-alpine
MAINTAINER
TYPO3 GmbH <info@typo3.com>
RUN
apk add
--no-cache
\
...
...
Write
Preview
Markdown
is supported
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