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 a2685d2 commit 72c2c6cCopy full SHA for 72c2c6c
.github/workflows/ci.yaml
@@ -68,9 +68,11 @@ jobs:
68
description: 'with bootstrap'
69
with-bootstrap: true
70
php-version: '8.4'
71
+ phpunit-flags: '--display-skipped'
72
- os: macos-latest
73
description: 'on macOS'
74
75
76
- os: windows-latest
77
description: 'on Windows'
78
@@ -80,6 +82,7 @@ jobs:
80
82
81
83
install-phpunit-12: true
84
with-php-cs-fixer-from-master: true # @todo: remove this
85
86
- os: ubuntu-latest
87
php-version: '8.5'
88
runs-on: ${{ matrix.os }}
0 commit comments