Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wordpress
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
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
GitLab
CI
wordpress
Merge requests
!22
Create variant for testing Redis-related plugins
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Create variant for testing Redis-related plugins
add/redis
into
main
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Erick Hitter
requested to merge
add/redis
into
main
2 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d2046d5f
Prev
Next
Show latest version
1 file
+
6
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d2046d5f
PECL Redis 2.2.8 was the last version to support PHP 5.x
· d2046d5f
Erick Hitter
authored
2 years ago
plugins/templates/before-script-redis.yml
+
6
−
1
Options
@@ -16,5 +16,10 @@ before_script:
@@ -16,5 +16,10 @@ before_script:
-
composer global require yoast/phpunit-polyfills
-
composer global require yoast/phpunit-polyfills
# PECL Redis module
# PECL Redis module
-
pecl install redis
-
|
if [[ $(php -v) =~ "PHP 5.6" ]]; then
pecl install redis-2.2.8
elif
pecl install redis
fi
-
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini
-
echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini
Loading