Skip to content

Commit af26db4

Browse files
authored
Remove Apache config volume from php.yml
Removed Apache config volume from PHP workflow.
1 parent 8deb243 commit af26db4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
7777
XDEBUG_MODE: coverage
7878
volumes:
79-
# Apache config
80-
- ./site.conf:/etc/apache2/sites-enabled/000-default.conf
81-
# Library code
8279
- ./solid/:/var/www/html/apps/solid/
8380
- ./.config/:/var/www/html/apps/.config
8481
strategy:

0 commit comments

Comments
 (0)