Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Feb 15, 2025
1 parent a2685d2 commit 72c2c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ jobs:
description: 'with bootstrap'
with-bootstrap: true
php-version: '8.4'
phpunit-flags: '--display-skipped'
- os: macos-latest
description: 'on macOS'
php-version: '8.4'
phpunit-flags: '--display-skipped'
- os: windows-latest
description: 'on Windows'
php-version: '8.4'
Expand All @@ -80,6 +82,7 @@ jobs:
php-version: '8.4'
install-phpunit-12: true
with-php-cs-fixer-from-master: true # @todo: remove this
phpunit-flags: '--display-skipped'
- os: ubuntu-latest
php-version: '8.5'
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 72c2c6c

Please sign in to comment.