We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9579888 + 62a5094 commit 17dac0eCopy full SHA for 17dac0e
.github/workflows/tests.yml
@@ -39,11 +39,6 @@ jobs:
39
steps:
40
- uses: actions/checkout@v2
41
42
- # Could not install memcached on PHP 8.0.0 · Issue #354 · shivammathur/setup-php
43
- # https://github.com/shivammathur/setup-php/issues/354
44
- - name: Install libmemcached
45
- run: sudo apt-get install libmemcached-dev -y
46
-
47
# https://github.com/shivammathur/setup-php
48
- name: Install PHP
49
uses: shivammathur/setup-php@v2
0 commit comments