We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11401c3 commit 93516efCopy full SHA for 93516ef
.github/actions/setup-caddy/action.yml
@@ -5,4 +5,5 @@ runs:
5
- shell: bash
6
run: |
7
sudo curl 'https://caddyserver.com/api/download?os=linux&arch=amd64' > /usr/bin/caddy
8
+ sudo chmod +x /usr/bin/caddy
9
sudo caddy start --config ext/curl/tests/Caddyfile
.github/workflows/push.yml
@@ -72,8 +72,6 @@ jobs:
72
-d zend_extension=opcache.so
73
-d opcache.enable_cli=1
74
-d opcache.jit_buffer_size=16M
75
- env:
76
- RUN_CADDY_TESTS: "1"
77
- name: Verify generated files are up to date
78
uses: ./.github/actions/verify-generated-files
79
LINUX_X32:
0 commit comments