Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Avoid using niden/actions-memcached #35499

Merged
merged 1 commit into from
Dec 6, 2020
Merged

[6.x] Avoid using niden/actions-memcached #35499

merged 1 commit into from
Dec 6, 2020

Conversation

GrahamCampbell
Copy link
Member

Because it doesn't let us control the version (so stuff might start randomly breaking), and we don't need some special action for memcached anyway... we can load the docker image just like we do for mysql and redis. In fact, that is exactly what the old memcached action was doing anyway... but jut not letting us set the major.minor version.

@@ -1,7 +1,7 @@
version: '3'
services:
memcached:
image: memcached:1.5-alpine
image: memcached:1.6-alpine
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB This is used when someone runs bin/tests.sh locally.

@driesvints
Copy link
Member

@GrahamCampbell think you sent this to the wrong branch?

@driesvints driesvints closed this Dec 5, 2020
@driesvints driesvints reopened this Dec 5, 2020
@driesvints driesvints changed the base branch from 8.x to 6.x December 5, 2020 09:47
@driesvints
Copy link
Member

Memcached tests are still being skipped on 8.x, do you have any idea how we can make them run?

@GrahamCampbell
Copy link
Member Author

Memcached tests are still being skipped on 8.x, do you have any idea how we can make them run?

I don't think they are. They are only being skipped on PHP 8.0, and that's just because setup-php is silently skipping installing that extension because no PHP 8.0 compatible release has been made yet.

@driesvints
Copy link
Member

@GrahamCampbell yeah I meant PHP 8, sorry.

@GrahamCampbell
Copy link
Member Author

Will be fixed only one the next release of memcached is pushed to pecl. php-memcached-dev/php-memcached#466

@taylorotwell taylorotwell merged commit 5c438cb into 6.x Dec 6, 2020
@taylorotwell taylorotwell deleted the memcached branch December 6, 2020 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants