mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: fixes windows builds
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
|||||||
exclude:
|
exclude:
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
symfony: '7.0'
|
symfony: '7.0'
|
||||||
|
- symfony: '6.4'
|
||||||
|
os: 'windows-latest'
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - Symfony ~${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
name: PHP ${{ matrix.php }} - Symfony ~${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user