enable windows tests

This commit is contained in:
Fabio Ivona
2023-01-15 10:41:49 +01:00
parent 6982b02d48
commit 94cef989d3
6 changed files with 18 additions and 13 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] # "windows-latest" is waiting for https://github.com/pestphp/pest/issues/638
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['8.1', '8.2']
dependency-version: [prefer-lowest, prefer-stable]
parallel: ['', '--parallel']