43
43
# phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
44
44
fail-fast : false
45
45
env :
46
- REPO_URL : http ://localhost:8002 /
46
+ REPO_URL : https ://localhost/
47
47
48
48
steps :
49
49
- name : Checkout
@@ -60,15 +60,15 @@ jobs:
60
60
# PHP 7.1 development web server segfaults if timezone not set.
61
61
ini-values : date.timezone=Europe/Paris, error_reporting=-1, display_errors=On
62
62
63
- # - name: Configure for PHP >= 7.1
64
- # if: "${{ matrix.php >= '7.1' }}"
65
- # run: |
66
- # composer require --no-update --dev symfony/error-handler "^4.4 || ^5.0"
67
- #
68
- # - name: Install dependencies
69
- # uses: "ramsey/composer-install@v3"
70
- # with:
71
- # dependency-versions: "highest"
63
+ - name : Configure for PHP >= 7.1
64
+ if : " ${{ matrix.php >= '7.1' }}"
65
+ run : |
66
+ composer require --no-update --dev symfony/error-handler "^4.4 || ^5.0"
67
+
68
+ - name : Install dependencies
69
+ uses : " ramsey/composer-install@v3"
70
+ with :
71
+ dependency-versions : " highest"
72
72
73
73
- name : Create a temporary folder
74
74
run : |
98
98
sudo chmod o+w /etc/nginx/sites-available/default
99
99
sudo cat tests/nginx_vhost_config > /etc/nginx/sites-available/default
100
100
sudo systemctl restart nginx.service
101
- echo -n "\n----\n"
102
- curl http://localhost:8002/tests/debug_response.php
103
- echo -n "\n----\n"
104
- curl https://localhost/tests/debug_response.php
105
- echo -n "\n----\n"
106
- curl --http1.0 https://localhost/tests/debug_response.php
107
- echo -n "\n----\n"
108
- ls -la
109
101
110
102
- name : Setup upterm session
111
103
uses : lhotari/action-upterm@v1
0 commit comments