Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalci_environments
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalci_environments
Commits
a633d7b4
Commit
a633d7b4
authored
1 year ago
by
Andrey Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade PHP 8.3 to RC2
parent
a51cf76a
Branches
Branches containing commit
No related tags found
1 merge request
!19
Upgrade PHP 8.3 to RC2
Pipeline
#19432
passed
1 year ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfile_templates/template-generator.sh
+1
-1
1 addition, 1 deletion
dockerfile_templates/template-generator.sh
php/8.3-apache/Dockerfile
+2
-2
2 additions, 2 deletions
php/8.3-apache/Dockerfile
with
3 additions
and
3 deletions
dockerfile_templates/template-generator.sh
+
1
−
1
View file @
a633d7b4
...
...
@@ -5,7 +5,7 @@
# regenerate file structure
# m4 each of the 10 files - dockerfiles and others
declare
-a
PHP_VERSIONS
=(
5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.16 8.2.10 8.3.0-rc
1
)
declare
-a
PHP_VERSIONS
=(
5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.16 8.2.10 8.3.0-rc
2
)
CONTAINERDIR
=
php
for
PHP_LABEL
in
"
${
PHP_VERSIONS
[@]
}
"
;
do
...
...
This diff is collapsed.
Click to expand it.
php/8.3-apache/Dockerfile
+
2
−
2
View file @
a633d7b4
...
...
@@ -87,8 +87,8 @@ ENV PHP_LDFLAGS=""
ENV
GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 0A95E9A026542D53835E3F3A7DEC4E69FC9C83D7 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
# PHP Version
ENV
PHP_VERSION 8.3.0-rc
1
ENV
PHP_URL="https://downloads.php.net/~
jakub
/php-8.3.0RC
1
.tar.xz"
ENV
PHP_VERSION 8.3.0-rc
2
ENV
PHP_URL="https://downloads.php.net/~
eric
/php-8.3.0RC
2
.tar.xz"
RUN
set
-xe
;
\
\
...
...
This diff is collapsed.
Click to expand it.
Andrey Postnikov
@andypost
mentioned in commit
2298b11d
·
1 year ago
mentioned in commit
2298b11d
mentioned in commit 2298b11d0996804e189601c5edf8e693f0d7458f
Toggle commit list
Andrey Postnikov
@andypost
mentioned in merge request
!20 (merged)
·
1 year ago
mentioned in merge request
!20 (merged)
mentioned in merge request !20
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment