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