mirror of
https://github.com/danog/process.git
synced 2024-11-26 12:14:43 +01:00
Ignore PHP version on PHP 8 on Windows and macOS
This commit is contained in:
parent
df35dc1b39
commit
beea838d30
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,9 +32,11 @@ jobs:
|
||||
|
||||
- operating-system: 'windows-latest'
|
||||
php-version: '8.0'
|
||||
composer-flags: '--ignore-platform-req=php'
|
||||
|
||||
- operating-system: 'macos-latest'
|
||||
php-version: '8.0'
|
||||
composer-flags: '--ignore-platform-req=php'
|
||||
|
||||
name: PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user