Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
LakeDropsDrupalDev
Merge requests
!20
Merging develop into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merging develop into main
develop
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
jurgenhaas
requested to merge
develop
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
dd5d11a1
Show latest version
2 files
+
28
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
dd5d11a1
Remove PHP 7.2 and 7.3
· dd5d11a1
jurgenhaas
authored
2 years ago
Add support for Drupal 10
.gitlab-ci.yml
+
1
−
1
Options
@@ -34,7 +34,7 @@ php:
stage
:
build
parallel
:
matrix
:
-
PHP
:
[
'
7.
2'
,
'
7.3'
,
'
7.
4'
,
'
8.0'
,
'
8.1'
]
-
PHP
:
[
'
7.4'
,
'
8.0'
,
'
8.1'
]
script
:
-
docker build --pull --build-arg PHP_VERSION=${PHP} --build-arg VERSION=${VERSION} --build-arg CI_VERSION=${CI_VERSION} -t ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION} .
-
docker push ${CI_REGISTRY_IMAGE}/php-${PHP}:${VERSION}
Loading