We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6531cf9 commit 84e18c6Copy full SHA for 84e18c6
.github/workflows/tests.yml
@@ -48,10 +48,6 @@ jobs:
48
- name: Add a machine to pilot crowdsec state
49
run: docker exec crowdsec cscli machines add PhpUnitTestMachine --password PhpUnitTestMachinePassword
50
51
- - name: Install libmemcached
52
- if: matrix.php == '8.0' # required only for php 8 as mentioned here: https://github.com/shivammathur/setup-php/issues/354
53
- run: sudo apt-get install libmemcached-dev -y
54
-
55
- name: Setup PHP
56
uses: shivammathur/setup-php@v2
57
with:
docs/contribute.md
@@ -80,7 +80,7 @@ git branch -m <new-name>
80
git push origin :<old-name> && git push origin <new-name>
81
82
# Create PR
83
-gh pr create --fill
+gh pr create --fill --web
84
```
85
86
> Note: after the merge, don't forget to delete to branch.
0 commit comments