Skip to content

Commit 062cee2

Browse files
committed
wip
1 parent ee823a9 commit 062cee2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
ports: [ 8100:8100 ]
3939
env:
4040
FRANKENPHP_CONFIG: |
41-
localhost:8100 {
42-
root * /var/www/html/
43-
encode br zstd gzip
44-
php_server
45-
}
41+
localhost:8100
42+
43+
root * /var/www/html/
44+
encode br zstd gzip
45+
php_server
4646
volumes:
4747
- ${{ github.workspace }}/wordpress:/var/www/html
4848

0 commit comments

Comments
 (0)