Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!1028
Issue
#3426229
test conversion with weak deprecations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3426229
test conversion with weak deprecations
issue/automatic_updates-3426229:3426229-gitlabci-deprecations
into
3.0.x
Overview
1
Commits
14
Pipelines
17
Changes
1
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3426229:3426229-gitlabci-deprecations
into
3.0.x
1 year ago
Overview
1
Commits
14
Pipelines
17
Changes
1
Expand
Closes
#3426229
0
0
Merge request reports
Viewing commit
b5fed049
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b5fed049
try max self
· b5fed049
Ted Bowman
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -232,7 +232,7 @@ phpunit (next major):
-
when
:
on_success
variables
:
_PHPUNIT_EXTRA
:
'
--types
PHPUnit-$TEST_TYPE
--module
$MODULE'
SYMFONY_DEPRECATIONS_HELPER
:
weak
SYMFONY_DEPRECATIONS_HELPER
:
max[self=0]
# This is a really dirty hack to work around a possible bug in Drush when it runs against
# Drupal core 11.x-dev:
# https://git.drupalcode.org/project/automatic_updates/-/jobs/723857#L209
Loading