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.
composer serve
windows
1 parent ec26932 commit 67c8adfCopy full SHA for 67c8adf
2 files changed
.github/workflows/build.yml
@@ -27,6 +27,6 @@ jobs:
27
with:
28
extensions: fileinfo, intl
29
os: >-
30
- ['ubuntu-latest']
+ ['ubuntu-latest', 'windows-latest']
31
php: >-
32
['8.1', '8.2', '8.3']
tests/Acceptance.suite.yml
@@ -2,10 +2,10 @@ actor: AcceptanceTester
2
extensions:
3
enabled:
4
- Codeception\Extension\RunProcess:
5
- 0: php -d variables_order=EGPCS -S 127.0.0.1:8881 -t public
6
- sleep: 1
+ 0: composer serve
+ sleep: 3
7
modules:
8
9
- PhpBrowser:
10
- url: http://127.0.0.1:8881
+ url: http://127.0.0.1:8080
11
step_decorators: ~
0 commit comments